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]; 145Fx.Assert(_oneway == (_response == null), "OperationContractGenerationContext.Operation cannot contain a null response message when the operation is not one-way"); 257if (!_oneway && _response.Body.ReturnValue != null) 287if (!_oneway && !_response.IsUntypedMessage) 665if (!_oneway && _isNewResponse) 931if (!parent._oneway && parent._response.Headers.Count > 0)