2 writes to _table
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
405_table = table; 423ConditionalWeakTable<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)
444ConditionalWeakTable<TKey, TValue>? table = _table;