10 references to Get
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1696bool currentBit = rowHasMissing.Get(i);
System.Data.Common (7)
System\Data\Common\DataStorage.cs (7)
186if (!_dbNullBits.Get(recordNos[i])) 194bool recordNo1Null = _dbNullBits.Get(recordNo1); 195bool recordNo2Null = _dbNullBits.Get(recordNo2); 220_dbNullBits.Set(dstRecordNo, _dbNullBits.Get(srcRecordNo)); 229if (_dbNullBits.Get(recordNo)) 245return !_dbNullBits!.Get(recordNo); 250return _dbNullBits.Get(recordNo);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (2)
376get => Get(index); 1080_currentElement = _bitArray.Get(_index) ? s_boxedTrue : s_boxedFalse;