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; 70var localIndex = index - _segmentStartIndices[segmentIndex]; 78var searchResult = _segmentStartIndices.BinarySearch(index);