2 instantiations of ByteStack
System.Private.Xml (2)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
444
_elementScope = new
ByteStack
(StackIncrement);
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
421
_elementScope = new
ByteStack
(StackIncrement);
2 references to ByteStack
System.Private.Xml (2)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
15
protected
ByteStack
_elementScope;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
15
protected
ByteStack
_elementScope;