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