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