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