6 references to ElementScope
System.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (4)
42ElementScope[] elemScopeStack; 283elemScopeStack = new ElementScope[ElementStackInitialSize]; 453ElementScope[] newStack = new ElementScope[top * 2];
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
231ElementScope[] newStack = new ElementScope[top * 2];