5 instantiations of BitStack
System.Private.Xml (5)
System\Xml\Core\QueryOutputWriter.cs (1)
58_bitsCData = new BitStack();
System\Xml\Core\QueryOutputWriterV1.cs (1)
72_bitsCData = new BitStack();
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2147_mixedContentStack = new BitStack();
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
2004_mixedContentStack = new BitStack();
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
52_stkStrip = new BitStack();
5 references to BitStack
System.Private.Xml (5)
System\Xml\Core\QueryOutputWriter.cs (1)
26private readonly BitStack? _bitsCData;
System\Xml\Core\QueryOutputWriterV1.cs (1)
28private readonly BitStack? _bitsCData;
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1915private BitStack _mixedContentStack;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1777private BitStack _mixedContentStack;
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
13private readonly BitStack _stkStrip;