1 write to _list
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (1)
85
_list
= list;
2 references to _list
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (2)
95
if (_currentIndex >=
_list
.Length)
101
Current =
_list
[_currentIndex];