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