1 write to m_isFlowSuppressed
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
44m_isFlowSuppressed = isFlowSuppressed;
8 references to m_isFlowSuppressed
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (8)
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; 150internal bool InstanceIsFlowSuppressed => m_isFlowSuppressed; 513isFlowSuppressed = current.m_isFlowSuppressed;