10 references to Get
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1696bool currentBit = rowHasMissing.Get(i);
System.Collections (2)
System\Collections\BitArray.cs (2)
237get => Get(index); 1136_currentElement = _bitArray.Get(_index);
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);