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