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