2 instantiations of DependentHandle
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
618
_entries[newEntry].depHnd = new
DependentHandle
(key, value);
System\Threading\SyncTable.cs (1)
105
DependentHandle handle = new
DependentHandle
(obj, collector);
6 references to DependentHandle
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
546
public
DependentHandle
depHnd; // Holds key and value using a weak reference for the key and a strong reference
844
DependentHandle
depHnd = oldEntry.depHnd;
System\Threading\SyncTable.cs (3)
105
DependentHandle
handle = new DependentHandle(obj, collector);
306
DependentHandle
dependentHandleToDispose = default;
354
public
DependentHandle
Owner;
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
664
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.
DependentHandle
))]