1 instantiation of FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38return new FileBasedProgramsEntryPointDiscovery(globalOptionService, listenerProvider.GetListener(FeatureAttribute.Workspace), loggerFactory, lspServices);
32 references to FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (2)
31[ExportLspServiceFactory(typeof(FileBasedProgramsEntryPointDiscovery), ProtocolConstants.RoslynLspLanguagesContract)] 56private readonly ILogger _logger = loggerFactory.CreateLogger<FileBasedProgramsEntryPointDiscovery>();
Microsoft.CodeAnalysis.LanguageServer.UnitTests (30)
FileBasedProgramsEntryPointDiscoveryTests.cs (30)
119var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 179var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 216var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 249var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 282var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 315var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 349var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 382var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 423var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 464var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 506var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 547var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 592var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 638var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 878var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>();