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)
105DependentHandle 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)
546public DependentHandle depHnd; // Holds key and value using a weak reference for the key and a strong reference 844DependentHandle depHnd = oldEntry.depHnd;
System\Threading\SyncTable.cs (3)
105DependentHandle handle = new DependentHandle(obj, collector); 306DependentHandle dependentHandleToDispose = default; 354public 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))]