1 write to Oneway
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
135this.Oneway = (context.Operation.IsOneWay);
6 references to Oneway
System.ServiceModel (6)
System\ServiceModel\Description\OperationGenerator.cs (6)
137this.Response = this.Oneway ? null : context.Operation.Messages[1]; 145Fx.Assert(this.Oneway == (this.Response == null), "OperationContractGenerationContext.Operation cannot contain a null response message when the operation is not one-way"); 259if (!this.Oneway && this.Response.Body.ReturnValue != null) 289if (!this.Oneway && !this.Response.IsUntypedMessage) 669if (!this.Oneway && IsNewResponse) 938if (!parent.Oneway && parent.Response.Headers.Count > 0)