2 writes to _table
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
405
_table
= table;
423
ConditionalWeakTable<TKey, TValue>? table = Interlocked.Exchange(ref
_table
, null);
1 reference to _table
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
444
ConditionalWeakTable<TKey, TValue>? table =
_table
;