2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperCollection.SegmentAccessor.cs (2)
40
_index
= nextIndex;
49
_index
= -1;
2 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperCollection.SegmentAccessor.cs (2)
33
=> collection.GetSegment(
_index
);
37
var nextIndex =
_index
+ 1;