6 references to ElementScope
System.Private.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (4)
36private ElementScope[] _elemScopeStack; 276_elemScopeStack = new ElementScope[ElementStackInitialSize]; 474ElementScope[] newStack = new ElementScope[top * 2];
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
281ElementScope[] newStack = new ElementScope[top * 2];