2 references to IsReplyChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
424
if (!rpc.Channel.
IsReplyChannel
&&
435
if (replyTo != null && replyTo.IsNone && rpc.Channel.
IsReplyChannel
)