1 write to IsReplyChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
54IsReplyChannel = Binder.Channel is IReplyChannel;
2 references to IsReplyChannel
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
492if (!rpc.Channel.IsReplyChannel && 503if (replyTo != null && replyTo.IsNone && rpc.Channel.IsReplyChannel)