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)
32get { return _snapshot[_currentItemIndex]; } 37if (_currentItemIndex >= _snapshot.Count - 1) 50=> Create(_snapshot);