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