1 write to LibraryService
Microsoft.VisualStudio.LanguageServices (1)
Library\VsNavInfo\NavInfoFactory.cs (1)
19=> LibraryService = libraryService;
4 references to LibraryService
Microsoft.VisualStudio.LanguageServices (4)
Library\VsNavInfo\NavInfo.cs (2)
134pGuid = _factory.LibraryService.LibraryId; 139=> pLanguage = (uint)_factory.LibraryService.PreferredLanguage;
Library\VsNavInfo\NavInfoFactory.cs (2)
235? typeSymbol.ToDisplayString(LibraryService.TypeDisplayFormat) 242? memberSymbol.ToDisplayString(LibraryService.MemberDisplayFormat)