2 references to IsFlowSuppressed
mscorlib (2)
system\threading\executioncontext.cs (2)
1193
return Thread.CurrentThread.GetExecutionContextReader().
IsFlowSuppressed
;
1239
if (ecCurrent.
IsFlowSuppressed
)