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