4 references to ElementScope
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (4)
43
private
ElementScope
[] _elemScopeStack;
290
_elemScopeStack = new
ElementScope
[ElementStackInitialSize];
502
ElementScope
[] newStack = new
ElementScope
[top * 2];