2 writes to bits
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (2)
292this.bits = new BitArray(toCopy.bits); 295this.bits = new BitArray(szBits, allSet);
4 references to bits
System.Data.SqlXml (4)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (4)
292this.bits = new BitArray(toCopy.bits); 301this.bits.SetAll(false); 304this.bits.Set(i, true); 307return this.bits[i];