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