5 references to IsSynchronous
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
1186if (!rpc.Operation.IsSynchronous) 1215if (!rpc.Operation.IsSynchronous && rpc.IsPaused) 1233if (success && (rpc.Operation.IsSynchronous || !rpc.IsPaused)) 1257rpc.NextProcessor = (rpc.Operation.IsSynchronous) ? 1276if (rpc.Operation.IsSynchronous)