1 write to tryAddHelperMethod
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
30this.tryAddHelperMethod = tryAddHelperMethod;
4 references to tryAddHelperMethod
System.ServiceModel (4)
System\ServiceModel\Description\ClientClassGenerator.cs (4)
208GenerateClientClassMethod(clientType, contractTypeRef, operationContext.SyncMethod, this.tryAddHelperMethod, declaringContractTypeRef); 212CodeMemberMethod beginMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.BeginMethod, this.tryAddHelperMethod, declaringContractTypeRef); 213CodeMemberMethod endMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.EndMethod, this.tryAddHelperMethod, declaringContractTypeRef); 223GenerateClientClassMethod(clientType, contractTypeRef, operationContext.TaskMethod, !operationContext.Operation.HasOutputParameters && this.tryAddHelperMethod, declaringContractTypeRef);