2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.cs (2)
39_index = index; 47_index = 0;
7 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Syntax\SyntaxTokenList.cs (5)
102return new SyntaxToken(_parent, Node.GetSlot(index), Position + Node.GetSlotOffset(index), _index + index); 107return new SyntaxToken(_parent, Node, Position, _index); 401_index == other._index; 408hash.Add(_index);
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
53_baseIndex = list._index;
Language\Syntax\SyntaxTokenList.Reversed.cs (1)
56_baseIndex = list._index;