4 references to AttrName
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (4)
40
private
AttrName
[] _attrStack;
282
_attrStack = new
AttrName
[AttributeArrayInitialSize];
2100
AttrName
[] newStack = new
AttrName
[top * 2];