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