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