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