3 writes to _endMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
151_endMethod = _context.SyncMethod; 159_endMethod = _context.EndMethod; 949_endMethod = _context.TaskMethod;
9 references to _endMethod
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (9)
210if (_endMethod != null) 211endMethodParameters = new CodeParameterDeclarationExpressionCollection(_endMethod.Parameters); 226CodeMemberMethod endMethod = _endMethod; 253ParameterizedMethodGenerator generator = new ParameterizedMethodGenerator(_method, _endMethod); 259_endMethod.ReturnType = GetParameterType(_response.Body.ReturnValue); 260ParameterizedMessageHelper.GenerateMessageParameterAttribute(_response.Body.ReturnValue, _endMethod.ReturnTypeCustomAttributes, TypeLoader.GetReturnValueName(_defaultName), _defaultNS); 261AddAdditionalAttributes(_response.Body.ReturnValue, _endMethod.ReturnTypeCustomAttributes, _isEncoded); 290_endMethod.ReturnType = typedRespMessageRef; 382_endMethod.ReturnType = _context.ServiceContractGenerator.GetCodeTypeReference(typeof(Message));