2 writes to Value
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (2)
102
Unsafe.As<long, VolatileIntPtr>(ref location).
Value
= (nint)value;
120
Unsafe.As<IntPtr, VolatileIntPtr>(ref location).
Value
= value;
2 references to Value
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (2)
92
(long)Unsafe.As<long, VolatileIntPtr>(ref Unsafe.AsRef(in location)).
Value
;
115
Unsafe.As<IntPtr, VolatileIntPtr>(ref Unsafe.AsRef(in location)).
Value
;