2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperBinder.TagHelperSet.cs (2)
124_index = 1; 136array[_index++] = item;
2 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperBinder.TagHelperSet.cs (2)
118Debug.Assert(_index < _size, "Cannot add more items."); 141Debug.Assert(_index == _size, "Must have added all items.");