5 references to Write
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (2)
317
Volatile.
Write
(ref pEntry._version, newVersion + 1);
378
Volatile.
Write
(ref pEntry._version, newVersion + 1);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (2)
301
Volatile.
Write
(ref pEntry.Version, newVersion + 1);
363
Volatile.
Write
(ref pEntry.Version, newVersion + 1);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
652
public static void VolatileWrite(ref uint address, uint value) => Volatile.
Write
(ref address, value);