3 references to GenerateParameters
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (3)
278GenerateParameters(helperMethod, paramTypeDecl, inValue, FieldDirection.In); 297CodeMethodReturnStatement returnStatement = GenerateParameters(helperMethod, returnTypeDecl, outVar, FieldDirection.Out); 326returnStatement = GenerateParameters(helperMethod, bodyTypeDecl, fieldRef, dir);