4 references to Write
Microsoft.AspNetCore.Cryptography.Internal (2)
UnsafeBufferUtil.cs (2)
154Volatile.Write(ref *buffer, 0); 175Volatile.Write(ref *buffer, 0);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
609public static void VolatileWrite(ref byte address, byte value) => Volatile.Write(ref address, value);
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (1)
328Volatile.Write(ref _nullabilityCache[context], is_nullable ? TrueByte : FalseByte);