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