1 write to elementScope
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
475elementScope = new ByteStack(StackIncrement);
4 references to elementScope
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (4)
127elementScope.Push((byte)currentElementProperties); 188currentElementProperties = (ElementProperties)elementScope.Pop(); 213currentElementProperties = (ElementProperties)elementScope.Pop(); 858base.elementScope.Push((byte)base.currentElementProperties);