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