5 references to BitArray
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
601
context.ReplacedSignatureElements ??= new
BitArray
(originalSignature.Length + 1, false);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Logging\FileLogTraceListener.Properties.vb (1)
29
Private ReadOnly _propertiesSet As New
BitArray
(PROPERTY_COUNT, False)
System.Data.Common (1)
System\Data\DataTable.cs (1)
698
BitArray rowStates = new
BitArray
(rowCount * 3, false); //All bit flags are set to false on initialization of the BitArray.
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
53
:
this
(length, false)
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
279
_bits = new
BitArray
(szBits, allSet);