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