1 write to m_isFlowSuppressed
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
42m_isFlowSuppressed = isFlowSuppressed;
6 references to m_isFlowSuppressed
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (6)
59else if (executionContext.m_isFlowSuppressed) 84Debug.Assert(isFlowSuppressed != m_isFlowSuppressed); 104if (!executionContext.m_isFlowSuppressed) 117if (executionContext == null || !executionContext.m_isFlowSuppressed) 128return executionContext != null && executionContext.m_isFlowSuppressed; 496isFlowSuppressed = current.m_isFlowSuppressed;