5 references to ReadBarrier
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
181Volatile.ReadBarrier();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (1)
167Volatile.ReadBarrier();
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (3)
234/// the call to <see cref="ReadBarrier"/> execute after memory accesses that follow the call to <see cref="ReadBarrier"/>. 237public static void ReadBarrier() => ReadBarrier();