28 writes to
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
350_usedBytes[i] = true;
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
288_bits[i] = true;
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
350_usedBytes[i] = true;
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
602context.ReplacedSignatureElements[parameter.SequenceNumber] = true;
illink (5)
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\BloomFilter.cs (2)
336_bitArray[GetBitArrayIndexFromHash(hash)] = true; 351_bitArray[GetBitArrayIndexFromHash(hash)] = true;
Microsoft.Extensions.AI.Abstractions (1)
Embeddings\BinaryEmbedding.cs (1)
73result[i] = utf8[i] switch
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
55result[i] = true;
Microsoft.ML.Data (1)
DataView\ArrayDataViewBuilder.cs (1)
279_active[i] = predicate(i);
Microsoft.ML.Ensemble (1)
Selector\FeatureSelector\RandomFeatureSelector.cs (1)
56features[j] = rand.NextDouble() < _args.FeaturesSelectionProportion;
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
376defaultSlots[slot] = true;
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
457lookupUsage[lookupIndex] = true;
PresentationFramework (3)
System\Windows\Documents\FixedDSBuilder.cs (2)
117_visitedArray[index] = true; 219_visitedArray[fen.index] = true;
System\Windows\SystemResources.cs (1)
1446cacheValid[slot] = false;
System.Data.Common (6)
System\Data\DataSet.cs (1)
1319_rowChanges[index] = value;
System\Data\DataTable.cs (5)
712rowStates[bitIndex + 1] = true; 715rowStates[bitIndex] = true; 720rowStates[bitIndex] = true; 721rowStates[bitIndex + 1] = true; 728rowStates[bitIndex + 2] = true;
System.Text.Json (2)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
335populatedFields[fieldIndex] = true;
System\Text\Json\Serialization\ReadStackFrame.cs (1)
137AssignedProperties[propertyInfo.PropertyIndex] = true;
41 references to
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (2)
348if (_usedBytes[i]) 359if (!_usedBytes[i])
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (2)
287if (other._bits[i]) 300if (_bits[i])
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (2)
348if (_usedBytes[i]) 359if (!_usedBytes[i])
illink (7)
Microsoft.CodeAnalysis.Workspaces (6)
Shared\Utilities\BloomFilter_Serialization.cs (1)
38if (bitArray[i])
Shared\Utilities\BloomFilter.cs (5)
367if (!_bitArray[GetBitArrayIndexFromHash(hash)]) 389if (!_bitArray[GetBitArrayIndexFromHash(hash)]) 403if (!_bitArray[GetBitArrayIndexFromHash(hash)]) 428if (array1[i] != array2[i])
Microsoft.Extensions.AI.Abstractions (1)
Embeddings\BinaryEmbedding.cs (1)
103utf8[i] = value[i] ? (byte)'1' : (byte)'0';
Microsoft.ML.Data (2)
DataView\ArrayDataViewBuilder.cs (2)
313return _active[column.Index]; 326Ch.Check(column.Index < _active.Length && _active[column.Index], "the requested column is not active");
Microsoft.ML.Ensemble (4)
EnsembleUtils.cs (3)
61editor.Values[i] = !includedIndices[i] ? defaultValue : srcValues[i]; 71if (includedIndices[i]) 92if (includedIndices[srcIndices[i]])
Trainer\EnsembleTrainerBase.cs (1)
201if (subset.SelectedFeatures[i])
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
835else if (!repIsDefault[iv])
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
464if (!lookupUsage[lookupIndex])
PresentationFramework (3)
System\Windows\Documents\FixedDSBuilder.cs (2)
90if (!_visitedArray[i]) 104if (_visitedArray[index])
System\Windows\SystemResources.cs (1)
1444if (cacheValid[slot])
System.Data.Common (5)
System\Data\DataSet.cs (2)
1315get { return _rowChanges[index]; } 1318Debug.Assert(value && !_rowChanges[index], "setting twice or to false");
System\Data\DataTable.cs (3)
840if (rowStates[bitIndex + 2]) 871bool b1 = bitStates[bitIndex]; 872bool b2 = bitStates[bitIndex + 1];
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
289return _bits[i];
System.Text.Json (4)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (2)
330if (!options.AllowDuplicateProperties && populatedFields[fieldIndex]) 378if (!populatedFields[i])
System\Text\Json\Serialization\ReadStackFrame.cs (1)
131if (AssignedProperties[propertyInfo.PropertyIndex])
System\Text\Json\ThrowHelper.Serialization.cs (1)
309if (!assignedOrNotRequiredPropertiesSet[property.PropertyIndex])