8 references to _list
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Syntax\SyntaxTokenList.Reversed.cs (8)
17
public Enumerator GetEnumerator() => new(in
_list
);
20
=>
_list
.Count == 0
22
: new EnumeratorImpl(in
_list
);
25
=>
_list
.Count == 0
27
: (IEnumerator)new EnumeratorImpl(in
_list
);
33
=>
_list
.Equals(other.
_list
);
36
=>
_list
.GetHashCode();