2 references to VolatileSByte
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (2)
130
Unsafe.As<sbyte,
VolatileSByte
>(ref Unsafe.AsRef(in location)).Value;
136
Unsafe.As<sbyte,
VolatileSByte
>(ref location).Value = value;