1 write to Length
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (1)
30
Length
= (allLength + 1) / 2;
2 references to Length
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (2)
62
if (index <
Length
&& index >= 0)
95
if (_currentIndex >= _list.
Length
)