6 writes to _current
Microsoft.CodeAnalysis (6)
Binding\AbstractLookupSymbolsInfo.cs (6)
28
_current
= resetValue;
59
for (arity = ++
_current
; arity < 32; arity++)
63
_current
= arity;
79
_current
= _arities[index];
84
_current
= reachedEndValue;
88
public void Reset() =>
_current
= resetValue;
3 references to _current
Microsoft.CodeAnalysis (3)
Binding\AbstractLookupSymbolsInfo.cs (3)
41
public int Current =>
_current
;
45
object? System.Collections.IEnumerator.Current =>
_current
;
49
if (
_current
== reachedEndValue)