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