11 references to Dependent
System.Private.CoreLib (11)
src\System\Runtime\DependentHandle.cs (11)
26/// The <see cref="IsAllocated"/>, <see cref="Target"/>, <see cref="Dependent"/> and <see cref="TargetAndDependent"/> 81/// once the <see cref="DependentHandle"/> instance has been created. Doing so will cause <see cref="Dependent"/> to start 117/// If it is needed to retrieve both <see cref="Target"/> and <see cref="Dependent"/>, it is necessary 118/// to ensure that the returned instance from <see cref="Target"/> will be kept alive until <see cref="Dependent"/> 120/// target in a local and calling <see cref="GC.KeepAlive(object)"/> on it after <see cref="Dependent"/> is accessed. 151/// Gets the values of both <see cref="Target"/> and <see cref="Dependent"/> (if available) as an atomic operation. 154/// If <see cref="Target"/> and <see cref="Dependent"/> were used sequentially in this scenario instead, it 157/// <returns>The values of <see cref="Target"/> and <see cref="Dependent"/>.</returns> 188/// Atomically retrieves the values of both <see cref="Target"/> and <see cref="Dependent"/>, if available. 191/// <returns>The values of <see cref="Target"/> and <see cref="Dependent"/>.</returns> 214/// <remarks>This method mirrors <see cref="Dependent"/>, but without the allocation check.</remarks>