1 instantiation of DependentHandle
System.Private.CoreLib (1)
src\System\Runtime\DependentHandle.cs (1)
74/// <see cref="DependentHandle(object?, object?)"/> and has not yet been disposed.
5 references to DependentHandle
System.Private.CoreLib (4)
src\System\Runtime\DependentHandle.cs (4)
14/// A <see cref="DependentHandle"/> value with a given object instance as target will not cause the target 22/// The <see cref="DependentHandle"/> type is not thread-safe, and consumers are responsible for ensuring that 60/// Initializes a new instance of the <see cref="DependentHandle"/> struct with the specified arguments. 81/// once the <see cref="DependentHandle"/> instance has been created. Doing so will cause <see cref="Dependent"/> to start
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
636[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.DependentHandle))]