1 write to _list
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SeparatedSyntaxList.cs (1)
17
_list
= list;
9 references to _list
Microsoft.CodeAnalysis (9)
Syntax\InternalSyntax\SeparatedSyntaxList.cs (9)
37
internal GreenNode? Node =>
_list
.Node;
43
return (
_list
.Count + 1) >> 1;
51
return
_list
.Count >> 1;
59
return (TNode?)
_list
[index << 1];
70
return
_list
[(index << 1) + 1];
75
return
_list
;
90
return
_list
== other.
_list
;
100
return
_list
.GetHashCode();