9 writes to CanSendReply
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (8)
392rpc.CanSendReply = false; 450rpc.CanSendReply = false; 511rpc.CanSendReply = false; 559rpc.CanSendReply = false; 593rpc.CanSendReply = false; 798rpc.CanSendReply = PrepareAndAddressReply(ref rpc); 816rpc.CanSendReply = false; 832rpc.CanSendReply = PrepareAndAddressReply(ref rpc);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
91this.CanSendReply = true;
3 references to CanSendReply
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
1358if (rpc.CanSendReply) 1392if (rpc.CanSendReply) 1460if (rpc.CanSendReply)