1 write to _elementScope
System.Private.Xml (1)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
444
_elementScope
= new ByteStack(StackIncrement);
5 references to _elementScope
System.Private.Xml (5)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (5)
99
_elementScope
.Push((byte)_currentElementProperties);
161
_currentElementProperties = (ElementProperties)
_elementScope
.Pop();
186
_currentElementProperties = (ElementProperties)
_elementScope
.Pop();
436
[MemberNotNull(nameof(
_elementScope
))]
820
base.
_elementScope
.Push((byte)base._currentElementProperties);