1 instantiation of Enumerator
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\Enumerator.cs (1)
17var newEnumerator = new Enumerator(snapshot);
2 references to Enumerator
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\AbstractCodeElementCollection.cs (1)
78=> Enumerator.Create(CreateSnapshot());
CodeModel\Collections\Enumerator.cs (1)
17var newEnumerator = new Enumerator(snapshot);