1 write to m_isFlowSuppressed
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
44m_isFlowSuppressed = isFlowSuppressed;
7 references to m_isFlowSuppressed
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (7)
61else if (executionContext.m_isFlowSuppressed) 91if (executionContext?.m_isFlowSuppressed == true) 101Debug.Assert(isFlowSuppressed != m_isFlowSuppressed); 119if (!executionContext.m_isFlowSuppressed) 132if (executionContext == null || !executionContext.m_isFlowSuppressed) 143return executionContext != null && executionContext.m_isFlowSuppressed; 511isFlowSuppressed = current.m_isFlowSuppressed;