2 references to IsPaused
SMSvcHost (2)
System\ServiceModel\Activation\SMSvcHost.cs (2)
30
internal static bool IsTcpActivationPaused { get { return netTcpActivator.
IsPaused
; } }
31
internal static bool IsNamedPipeActivationPaused { get { return netPipeActivator.
IsPaused
; } }