6 writes to CanSendReply
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
214rpc.CanSendReply = false; 254rpc.CanSendReply = false; 378rpc.CanSendReply = PrepareAndAddressReply(ref rpc); 396rpc.CanSendReply = false; 412rpc.CanSendReply = PrepareAndAddressReply(ref rpc);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
71CanSendReply = true;
3 references to CanSendReply
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
722if (rpc.CanSendReply) 737if (rpc.CanSendReply) 769if (rpc.CanSendReply)