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