2 writes to IsSendReply
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Send.cs (1)
322IsSendReply = false,
System\ServiceModel\Activities\SendReply.cs (1)
194IsSendReply = true, //indicates that we are sending a reply(server-side)
4 references to IsSendReply
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\InternalSendMessage.cs (4)
710if (this.IsSendReply) 760if (!IsOneWay && !IsSendReply) 883if (this.IsSendReply) 2280if (!parent.IsSendReply)