2 references to VolatileObject
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (2)
222
Unsafe.As<T>(Unsafe.As<T,
VolatileObject
>(ref Unsafe.AsRef(in location)).Value);
227
Unsafe.As<T,
VolatileObject
>(ref location).Value = value;