12 references to IsFlowSuppressed
mscorlib (4)
system\threading\executioncontext.cs (1)
1169
if (
IsFlowSuppressed
())
system\threading\threadpool.cs (2)
1215
if (compressStack && !ExecutionContext.
IsFlowSuppressed
())
1296
if (compressStack && !ExecutionContext.
IsFlowSuppressed
())
system\threading\timer.cs (1)
545
if (!ExecutionContext.
IsFlowSuppressed
())
SMSvcHost (1)
System\ServiceModel\Activation\TransportListener.cs (1)
139
if (ExecutionContext.
IsFlowSuppressed
())
System (5)
net\System\Net\Sockets\Socket.cs (1)
9016
if (ExecutionContext.
IsFlowSuppressed
()) {
net\System\Net\WebRequest.cs (2)
868
if (ExecutionContext.
IsFlowSuppressed
()
905
if (ExecutionContext.
IsFlowSuppressed
()
net\System\Net\WebSockets\WebSocketBase.cs (1)
2275
if (ExecutionContext.
IsFlowSuppressed
())
sys\system\threading\Barrier.cs (1)
248
if (postPhaseAction != null && !ExecutionContext.
IsFlowSuppressed
())
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
136
if (ExecutionContext.
IsFlowSuppressed
())
System\ServiceModel\Channels\SocketConnection.cs (1)
1240
if (!ExecutionContext.
IsFlowSuppressed
())