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)
210
if (
_endMethod
!= null)
211
endMethodParameters = new CodeParameterDeclarationExpressionCollection(
_endMethod
.Parameters);
226
CodeMemberMethod endMethod =
_endMethod
;
253
ParameterizedMethodGenerator generator = new ParameterizedMethodGenerator(_method,
_endMethod
);
259
_endMethod
.ReturnType = GetParameterType(_response.Body.ReturnValue);
260
ParameterizedMessageHelper.GenerateMessageParameterAttribute(_response.Body.ReturnValue,
_endMethod
.ReturnTypeCustomAttributes, TypeLoader.GetReturnValueName(_defaultName), _defaultNS);
261
AddAdditionalAttributes(_response.Body.ReturnValue,
_endMethod
.ReturnTypeCustomAttributes, _isEncoded);
290
_endMethod
.ReturnType = typedRespMessageRef;
382
_endMethod
.ReturnType = _context.ServiceContractGenerator.GetCodeTypeReference(typeof(Message));