1 write to elementScope
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
476
elementScope
= new ByteStack(StackIncrement);
4 references to elementScope
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
128
elementScope
.Push((byte)currentElementProperties);
189
currentElementProperties = (ElementProperties)
elementScope
.Pop();
214
currentElementProperties = (ElementProperties)
elementScope
.Pop();
862
base.
elementScope
.Push((byte)base.currentElementProperties);