3 writes to EndMethod
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
151
this.
EndMethod
= this.Context.SyncMethod;
159
this.
EndMethod
= this.Context.EndMethod;
957
this.
EndMethod
= this.Context.TaskMethod;
9 references to EndMethod
System.ServiceModel (9)
System\ServiceModel\Description\OperationGenerator.cs (9)
210
if (this.
EndMethod
!= null)
211
endMethodParameters = new CodeParameterDeclarationExpressionCollection(this.
EndMethod
.Parameters);
226
CodeMemberMethod endMethod = this.
EndMethod
;
255
ParameterizedMethodGenerator generator = new ParameterizedMethodGenerator(this.Method, this.
EndMethod
);
261
this.
EndMethod
.ReturnType = GetParameterType(this.Response.Body.ReturnValue);
262
ParameterizedMessageHelper.GenerateMessageParameterAttribute(this.Response.Body.ReturnValue, this.
EndMethod
.ReturnTypeCustomAttributes, TypeLoader.GetReturnValueName(this.DefaultName), this.DefaultNS);
263
AddAdditionalAttributes(this.Response.Body.ReturnValue, this.
EndMethod
.ReturnTypeCustomAttributes, this.IsEncoded);
292
this.
EndMethod
.ReturnType = typedRespMessageRef;
384
this.
EndMethod
.ReturnType = Context.ServiceContractGenerator.GetCodeTypeReference(typeof(Message));