1 write to Length
Microsoft.CodeAnalysis.CodeStyle (1)
EmbeddedSeparatedSyntaxNodeList.cs (1)
31
Length
= (allLength + 1) / 2;
2 references to Length
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
63
if (index <
Length
&& index >= 0)
96
if (_currentIndex >= _list.
Length
)