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