2 writes to _current
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
427
_current
= default;
466
_current
= new KeyValuePair<TKey, TValue>(key, value);
1 reference to _current
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
486
return
_current
;