2 overrides of
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\CodeElementSnapshot.cs (1)
43public override EnvDTE.CodeElement this[int index]
CodeModel\Collections\NodeSnapshot.cs (1)
83public override EnvDTE.CodeElement this[int index]
1 reference to
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\Enumerator.cs (1)
32get { return _snapshot[_currentItemIndex]; }