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