5 references to ReadBarrier
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
181
Volatile.
ReadBarrier
();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (1)
167
Volatile.
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
"/>.
237
public static void ReadBarrier() =>
ReadBarrier
();