1 write to _snapshot
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\Enumerator.cs (1)
26
_snapshot
= snapshot;
3 references to _snapshot
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\Enumerator.cs (3)
32
get { return
_snapshot
[_currentItemIndex]; }
37
if (_currentItemIndex >=
_snapshot
.Count - 1)
50
=> Create(
_snapshot
);