Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect multiple concurent writes to Dict + remove dead code (#44778)
Thanks to #38180, the removed code seems to be dead because no finalizers should be used anymore to modify dictionaries (it was dangerous). Furthermore, it may help users to detect illegal concurrent writes, since it doesn't recurse and have new error message. There should be no, or even a positive, performance effect.
- Loading branch information