3 writes to _moveNextCalled
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (3)
24
_moveNextCalled
= false;
39
_moveNextCalled
= true;
48
_moveNextCalled
= false;
1 reference to _moveNextCalled
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
37
if (!
_moveNextCalled
)