3 writes to IsPaused
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\MessageRpc.cs (3)
86IsPaused = false; 393IsPaused = true; 481IsPaused = false;
15 references to IsPaused
System.ServiceModel.Primitives (15)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (13)
475if (!rpc.IsPaused) 520if (!rpc.IsPaused) 535if (!rpc.IsPaused) 550if (!rpc.IsPaused) 561if (!rpc.IsPaused) 586if (!rpc.IsPaused) 611if (!rpc.IsPaused) 636if (rpc.IsPaused) 653if (success && !rpc.IsPaused) 663if (!rpc.IsPaused) 686if (!rpc.IsPaused) 727if (!rpc.IsPaused) 754if (!rpc.IsPaused)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
428if (!IsPaused) 455completed = !IsPaused;