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