7 references to BeginMethod
System.ServiceModel (7)
System\ServiceModel\Description\ClientClassGenerator.cs (2)
212CodeMemberMethod beginMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.BeginMethod, this.tryAddHelperMethod, declaringContractTypeRef); 428if (String.Compare(operationContext.BeginMethod.Name, name, StringComparison.OrdinalIgnoreCase) == 0)
System\ServiceModel\Description\OperationGenerator.cs (1)
158this.Method = this.Context.BeginMethod;
System\ServiceModel\Description\ServiceContractGenerator.cs (4)
440if (context.BeginMethod != null) 442context.BeginMethod.CustomAttributes.Add(CreateOperationContractAttributeDeclaration(context.Operation, true)); 647CodeMemberMethod methodDecl = context.SyncMethod ?? context.BeginMethod; 871CodeMemberMethod methodDecl = context.SyncMethod ?? context.BeginMethod;