8 references to Read
mscorlib (6)
system\rttype.cs (1)
1550if (Volatile.Read(ref m_cacheComplete))
system\threading\LazyInitializer.cs (3)
175if (Volatile.Read(ref initialized)) 200if (Volatile.Read(ref initialized)) 239if (!Volatile.Read(ref initialized))
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
166get { return m_completionState != null && Volatile.Read(ref m_completionState.m_completionRequested); }
system\threading\Tasks\Task.cs (1)
2598if (Volatile.Read(ref replicasAreQuitting))
System.Web (1)
HttpContext.cs (1)
1690get { return Volatile.Read(ref _threadAbortOnTimeout); }
System.Web.Extensions (1)
UI\BundleReflectionHelper.cs (1)
115if (!Volatile.Read(ref s_lookedForCurrentProperty)) {