1 instantiation of ParameterizedMethodGenerator
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
255
ParameterizedMethodGenerator generator = new
ParameterizedMethodGenerator
(this.Method, this.EndMethod);
3 references to ParameterizedMethodGenerator
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
255
ParameterizedMethodGenerator
generator = new ParameterizedMethodGenerator(this.Method, this.EndMethod);
469
ParameterizedMethodGenerator
parent;
476
internal ParametersPartCodeGenerator(
ParameterizedMethodGenerator
parent, string methodName, CodeParameterDeclarationExpressionCollection parameters, CodeAttributeDeclarationCollection messageAttrs, FieldDirection direction)