4 references to AttrName
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (4)
47
private
AttrName
[] _attrStack;
296
_attrStack = new
AttrName
[AttributeArrayInitialSize];
2223
AttrName
[] newStack = new
AttrName
[top * 2];