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