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)
43protected 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)
64protected 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)
99protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\NamespaceCollection.cs (1)
165protected 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)
53protected 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)
80protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
CodeModel\Collections\UnionCollection.cs (1)
59protected override bool TryGetItemByName(string name, out EnvDTE.CodeElement element)
1 reference to TryGetItemByName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\AbstractCodeElementCollection.cs (1)
45if (TryGetItemByName(elementName, out element))