1 write to elementScope
System.Xml (1)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
462elementScope = new ByteStack( StackIncrement );
4 references to elementScope
System.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
151elementScope.Push( (byte)currentElementProperties ); 204currentElementProperties = (ElementProperties)elementScope.Pop(); 225currentElementProperties = (ElementProperties)elementScope.Pop(); 805base.elementScope.Push( (byte)base.currentElementProperties );