2 references to ParametersPartCodeGenerator
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
416this.ins = new ParametersPartCodeGenerator(this, beginMethod.Name, beginMethod.Parameters, beginMethod.CustomAttributes, FieldDirection.In); 417this.outs = new ParametersPartCodeGenerator(this, beginMethod.Name, endMethod.Parameters, beginMethod.CustomAttributes, FieldDirection.Out);