11 references to Target
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"/>
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"/>
151
/// Gets the values of both <see cref="
Target
"/> and <see cref="Dependent"/> (if available) as an atomic operation.
152
/// That is, even if <see cref="
Target
"/> is concurrently set to <see langword="null"/>, calling this method
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>
181
/// <remarks>This method mirrors <see cref="
Target
"/>, but without the allocation check.</remarks>
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>
205
/// <remarks>This method mirrors the <see cref="
Target
"/> setter, but without allocation and input checks.</remarks>