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