1 write to _oneway
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
135
_oneway
= (context.Operation.IsOneWay);
6 references to _oneway
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (6)
137
_response =
_oneway
? null : context.Operation.Messages[1];
145
Fx.Assert(
_oneway
== (_response == null), "OperationContractGenerationContext.Operation cannot contain a null response message when the operation is not one-way");
257
if (!
_oneway
&& _response.Body.ReturnValue != null)
287
if (!
_oneway
&& !_response.IsUntypedMessage)
665
if (!
_oneway
&& _isNewResponse)
931
if (!parent.
_oneway
&& parent._response.Headers.Count > 0)