1 write to _segmentStartIndices
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperCollection.MultiSegmentCollection.cs (1)
36
_segmentStartIndices
= new int[segments.Length];
3 references to _segmentStartIndices
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperCollection.MultiSegmentCollection.cs (3)
43
_segmentStartIndices
[i] = count;
70
var localIndex = index -
_segmentStartIndices
[segmentIndex];
78
var searchResult =
_segmentStartIndices
.BinarySearch(index);