4 instantiations of BitStack
System.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (1)
54this.bitsCData = new BitStack();
System\Xml\Core\QueryOutputWriterV1.cs (1)
69this.bitsCData = new BitStack();
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1821mixedContentStack = new BitStack();
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1717mixedContentStack = new BitStack();
4 references to BitStack
System.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (1)
29private BitStack bitsCData;
System\Xml\Core\QueryOutputWriterV1.cs (1)
31private BitStack bitsCData;
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1637private BitStack mixedContentStack;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1537private BitStack mixedContentStack;