9 references to DefaultFlowSuppressed
System.Private.CoreLib (9)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
1396if (previousExecCtx != currentExecCtx && previousExecCtx != ExecutionContext.DefaultFlowSuppressed) 1676execCtx = ExecutionContext.DefaultFlowSuppressed; 1685Debug.Assert(threadExecCtx == null || !threadExecCtx.InstanceIsFlowSuppressed || execCtx == ExecutionContext.DefaultFlowSuppressed); 1742execCtx = ExecutionContext.DefaultFlowSuppressed; 1751Debug.Assert(threadExecCtx == null || !threadExecCtx.InstanceIsFlowSuppressed || execCtx == ExecutionContext.DefaultFlowSuppressed);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
520if (context == ExecutionContext.DefaultFlowSuppressed)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
443if (context == ExecutionContext.DefaultFlowSuppressed)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
93executionContext = DefaultFlowSuppressed; 106DefaultFlowSuppressed :