1 write to LibraryService
Microsoft.VisualStudio.LanguageServices (1)
Library\VsNavInfo\NavInfoFactory.cs (1)
20=> 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)
236? typeSymbol.ToDisplayString(LibraryService.TypeDisplayFormat) 243? memberSymbol.ToDisplayString(LibraryService.MemberDisplayFormat)