45 references to Set
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1684rowHasMissing.Set(kv.Key, true);
System.Collections (1)
System\Collections\BitArray.cs (1)
238set => Set(index, value);
System.Data.Common (37)
System\Data\Common\BigIntegerStorage.cs (1)
169nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\BooleanStorage.cs (1)
189nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\ByteStorage.cs (1)
261nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\CharStorage.cs (1)
193nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\DataStorage.cs (2)
220_dbNullBits.Set(dstRecordNo, _dbNullBits.Get(srcRecordNo)); 258_dbNullBits.Set(recordNo, flag);
System\Data\Common\DateTimeOffsetStorage.cs (1)
196nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\DateTimeStorage.cs (1)
261nullbits.Set(storeIndex, isnull);
System\Data\Common\DecimalStorage.cs (1)
257nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\DoubleStorage.cs (1)
261nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\Int16Storage.cs (1)
275nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\Int32Storage.cs (1)
274nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\Int64Storage.cs (1)
266nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\ObjectStorage.cs (1)
524nullbits.Set(storeIndex, isNull);
System\Data\Common\SByteStorage.cs (1)
263nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SingleStorage.cs (1)
262nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
137nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
171nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
135nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
247nullbits.Set(record, IsNull(record));
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
138nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
173nullbits.Set(record, IsNull(record));
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
245nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
246nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
138nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
246nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
246nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
247nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
246nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
244nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
199nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\SqlUDTStorage.cs (1)
246nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\StringStorage.cs (1)
211nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\TimeSpanStorage.cs (1)
281nullbits.Set(storeIndex, IsNull(record));
System\Data\Common\UInt16Storage.cs (1)
274nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\UInt32Storage.cs (1)
273nullbits.Set(storeIndex, !HasValue(record));
System\Data\Common\UInt64Storage.cs (1)
264nullbits.Set(storeIndex, !HasValue(record));
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
284_bits.Set(i, true);
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (5)
394poly.Set(m, true); 395poly.Set(k1, true); 396poly.Set(0, true); 400poly.Set(k2, true); 401poly.Set(k3, true);