1 write to _elementScope
System.Private.Xml (1)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
421_elementScope = new ByteStack(StackIncrement);
5 references to _elementScope
System.Private.Xml (5)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (5)
92_elementScope.Push((byte)_currentElementProperties); 150_currentElementProperties = (ElementProperties)_elementScope.Pop(); 173_currentElementProperties = (ElementProperties)_elementScope.Pop(); 413[MemberNotNull(nameof(_elementScope))] 790base._elementScope.Push((byte)base._currentElementProperties);