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