6 writes to CanSendReply
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
148
rpc.
CanSendReply
= false;
188
rpc.
CanSendReply
= false;
312
rpc.
CanSendReply
= PrepareAndAddressReply(ref rpc);
328
rpc.
CanSendReply
= false;
344
rpc.
CanSendReply
= PrepareAndAddressReply(ref rpc);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
75
this.
CanSendReply
= true;
3 references to CanSendReply
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
654
if (rpc.
CanSendReply
)
669
if (rpc.
CanSendReply
)
701
if (rpc.
CanSendReply
)