1 write to m_completionState
mscorlib (1)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
159return LazyInitializer.EnsureInitialized(ref m_completionState, () => new CompletionState());
4 references to m_completionState
mscorlib (4)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (4)
166get { return m_completionState != null && Volatile.Read(ref m_completionState.m_completionRequested); } 723if (m_completionState != null && m_completionState.Task.IsCompleted) return ProcessingMode.Completed;