16 overrides of TryGetItemByIndex
Microsoft.VisualStudio.LanguageServices.Implementation (16)
CodeModel\Collections\AttributeArgumentCollection.cs (1)
43protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\AttributeCollection.cs (1)
55protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\BasesCollection.cs (1)
87protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\EmptyCollection.cs (1)
38protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalMemberCollection.cs (1)
79protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
60protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalOverloadsCollection.cs (1)
85protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalParameterCollection.cs (1)
52protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalTypeCollection.cs (1)
40protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\InheritsImplementsCollection.cs (1)
70protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\NamespaceCollection.cs (1)
109protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\OverloadsCollection.cs (1)
100protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\ParameterCollection.cs (1)
39protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\PartialTypeCollection.cs (1)
82protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\TypeCollection.cs (1)
70protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
CodeModel\Collections\UnionCollection.cs (1)
41protected override bool TryGetItemByIndex(int index, out EnvDTE.CodeElement element)
1 reference to TryGetItemByIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\AbstractCodeElementCollection.cs (1)
54if (elementIndex >= 0 && TryGetItemByIndex(elementIndex, out element))