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