3 writes to IsOneWay
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Receive.cs (2)
394
IsOneWay
= true // This will be updated by contract inference logic,
412
this.internalReceive.
IsOneWay
= flag;
System\ServiceModel\Activities\ReceiveReply.cs (1)
222
IsOneWay
= false,
8 references to IsOneWay
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\InternalReceiveMessage.cs (7)
342
if (!this.
IsOneWay
&& ambientCorrelation == null)
570
if (this.
IsOneWay
)
801
if (this.
IsOneWay
)
859
if (!this.
IsOneWay
)
941
if (requestReplyHandle == null && ambientHandle == null && !this.
IsOneWay
)
947
if (requestReplyHandle != null && this.
IsOneWay
)
957
if (!this.
IsOneWay
)
System\ServiceModel\Activities\Receive.cs (1)
417
if (!this.internalReceive.
IsOneWay
)