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