16 overrides of TryGetItemByName
Microsoft.VisualStudio.LanguageServices.Implementation (16)
CodeModel\Collections\AttributeArgumentCollection.cs (1)
58protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\AttributeCollection.cs (1)
72protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\BasesCollection.cs (1)
102protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\EmptyCollection.cs (1)
44protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalMemberCollection.cs (1)
92protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
73protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalOverloadsCollection.cs (1)
97protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalParameterCollection.cs (1)
66protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ExternalTypeCollection.cs (1)
52protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\InheritsImplementsCollection.cs (1)
102protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\NamespaceCollection.cs (1)
168protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\OverloadsCollection.cs (1)
112protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\ParameterCollection.cs (1)
54protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\PartialTypeCollection.cs (1)
95protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\TypeCollection.cs (1)
86protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\UnionCollection.cs (1)
61protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
1 reference to TryGetItemByName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\AbstractCodeElementCollection.cs (1)
46if (TryGetItemByName(elementName, out element))