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