3 references to GenerateParameters
System.ServiceModel (3)
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);