3 writes to _key
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (3)
376
_key
= key;
386
_key
= null;
410
_key
= null;
7 references to _key
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (7)
381
if (_dictionary._finalized ||
_key
== null)
383
if (
_key
!= null)
385
_key
.Release();
391
if (
_key
.Target == null)
397
_dictionary._internalDictionary.Remove(
_key
);
409
_key
.Release();
417
else if (_dictionary._internalDictionary.ContainsKey(
_key
))