5 references to NavInfo
Microsoft.VisualStudio.LanguageServices (5)
Library\VsNavInfo\NavInfoFactory.cs (5)
22
=> new
NavInfo
(this, libraryName: GetLibraryName(project));
28
return new
NavInfo
(this, libraryName: portableExecutableReference.FilePath);
31
return new
NavInfo
(this, libraryName: reference.Display);
61
=> new
NavInfo
(this, libraryName: assemblySymbol.Identity.GetDisplayName());
168
=> new
NavInfo
(this, libraryName, referenceOwnerName, namespaceName, className, memberName);