5 references to ReadMemoryBarrier
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
181Interlocked.ReadMemoryBarrier();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (1)
165Interlocked.ReadMemoryBarrier();
src\libraries\System.Private.CoreLib\src\System\Threading\Interlocked.cs (3)
594/// the call to <see cref="ReadMemoryBarrier"/> execute after memory accesses that follow the call to <see cref="ReadMemoryBarrier"/>. 597internal static void ReadMemoryBarrier() => ReadMemoryBarrier();