5 references to IsNone
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
120return !destination.IsNone;
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
33else if (to.IsNone)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
503if (replyTo != null && replyTo.IsNone && rpc.Channel.IsReplyChannel)
System\ServiceModel\EndpointAddress.cs (2)
292else if (IsNone) 995else if (IsNone)