5 instantiations of NavInfo
Microsoft.VisualStudio.LanguageServices (5)
Library\VsNavInfo\NavInfoFactory.cs (5)
23
=> new
NavInfo
(this, libraryName: GetLibraryName(project));
29
return new
NavInfo
(this, libraryName: portableExecutableReference.FilePath);
32
return new
NavInfo
(this, libraryName: reference.Display);
62
=> new
NavInfo
(this, libraryName: assemblySymbol.Identity.GetDisplayName());
169
=> new
NavInfo
(this, libraryName, referenceOwnerName, namespaceName, className, memberName);