4 references to InstanceIsFlowSuppressed
System.Private.CoreLib (4)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
1674
if (threadExecCtx != null && threadExecCtx.
InstanceIsFlowSuppressed
)
1685
Debug.Assert(threadExecCtx == null || !threadExecCtx.
InstanceIsFlowSuppressed
|| execCtx == ExecutionContext.DefaultFlowSuppressed);
1740
if (threadExecCtx != null && threadExecCtx.
InstanceIsFlowSuppressed
)
1751
Debug.Assert(threadExecCtx == null || !threadExecCtx.
InstanceIsFlowSuppressed
|| execCtx == ExecutionContext.DefaultFlowSuppressed);