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)
102
return new SyntaxToken(_parent, Node.GetSlot(index), Position + Node.GetSlotOffset(index),
_index
+ index);
107
return new SyntaxToken(_parent, Node, Position,
_index
);
401
_index
== other.
_index
;
408
hash.Add(
_index
);
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
53
_baseIndex = list.
_index
;
Language\Syntax\SyntaxTokenList.Reversed.cs (1)
56
_baseIndex = list.
_index
;