1 write to _dictionary
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
375
_dictionary
= dictionary;
5 references to _dictionary
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (5)
381
if (
_dictionary
._finalized || _key == null)
396
locked = Monitor.TryEnter(
_dictionary
._sync);
397
_dictionary
._internalDictionary.Remove(_key);
403
Monitor.Exit(
_dictionary
._sync);
417
else if (
_dictionary
._internalDictionary.ContainsKey(_key))