Implemented interface member:
10 references to
Aspire.Dashboard (3)
Components\Controls\Chart\ChartContainer.razor.cs (3)
448
var filter = DimensionFilters
[
index++];
470
var currentFilter = currentFilters
[
filterIndex];
471
var updatedFilter = updatedFilters
[
filterIndex];
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (4)
46
public override VirtualChar this[int index] => _array
[
index];
54
if (position < _array[0].Span.Start || position >= _array
[
_array.Count - 1].Span.End)
73
return _array
[
index];
85
int comparison = comparer(array
[
middle], value);
Microsoft.Build (1)
Graph\ProjectGraph.cs (1)
790
if (seenTargets.Add(targetList
[
i]))
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
942
get => this
[
index];
1072
get => this
[
index];