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)
208
GenerateClientClassMethod(clientType, contractTypeRef, operationContext.SyncMethod,
_tryAddHelperMethod
, declaringContractTypeRef);
212
CodeMemberMethod beginMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.BeginMethod,
_tryAddHelperMethod
, declaringContractTypeRef);
213
CodeMemberMethod endMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.EndMethod,
_tryAddHelperMethod
, declaringContractTypeRef);
223
GenerateClientClassMethod(clientType, contractTypeRef, operationContext.TaskMethod, !operationContext.Operation.HasOutputParameters &&
_tryAddHelperMethod
, declaringContractTypeRef);