2 references to ArgBuilder
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
103argList.Add("this", new ArgBuilder("this", 0, this.typeBuilder.BaseType)); 105ArgBuilder arg = new ArgBuilder(argNames[i], argList.Count, argTypes[i]);