1 write to _list
Microsoft.CodeAnalysis.CodeStyle (1)
EmbeddedSeparatedSyntaxNodeList.cs (1)
86
_list
= list;
2 references to _list
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
96
if (_currentIndex >=
_list
.Length)
102
Current =
_list
[_currentIndex];