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