1 type derived from AbstractLibraryService
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ObjectBrowser\CSharpLibraryService.cs (1)
17
internal sealed class CSharpLibraryService :
AbstractLibraryService
2 references to AbstractLibraryService
Microsoft.VisualStudio.LanguageServices (2)
Library\VsNavInfo\NavInfoFactory.cs (2)
16
internal
AbstractLibraryService
LibraryService { get; }
18
public NavInfoFactory(
AbstractLibraryService
libraryService)