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