2 writes to IsOneWay
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Send.cs (2)
321IsOneWay = this.isOneWay, 367this.internalSend.IsOneWay = this.isOneWay;
10 references to IsOneWay
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\InternalSendMessage.cs (10)
394if (!this.IsOneWay) 429Fx.Assert(this.IsOneWay, "We can only reach here when we are one-way send Message!"); 441if (this.IsOneWay) 726if (this.IsOneWay) 760if (!IsOneWay && !IsSendReply) 831IsOneWay = this.IsOneWay, 1353this.cachedFactoryCacheKey = new FactoryCacheKey(this.Endpoint, configName, this.IsOneWay, this.TokenImpersonationLevel, 1578if (!this.IsOneWay) 1817bool asyncSend = !this.internalSendMessage.IsOneWay; 2286if (parent.IsOneWay)