1 instantiation of ParameterizedMethodGenerator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
253ParameterizedMethodGenerator generator = new ParameterizedMethodGenerator(_method, _endMethod);
3 references to ParameterizedMethodGenerator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
253ParameterizedMethodGenerator generator = new ParameterizedMethodGenerator(_method, _endMethod); 467private ParameterizedMethodGenerator _parent; 474internal ParametersPartCodeGenerator(ParameterizedMethodGenerator parent, string methodName, CodeParameterDeclarationExpressionCollection parameters, CodeAttributeDeclarationCollection messageAttrs, FieldDirection direction)