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