1 instantiation of FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38
return 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)]
56
private readonly ILogger _logger = loggerFactory.CreateLogger<
FileBasedProgramsEntryPointDiscovery
>();
Microsoft.CodeAnalysis.LanguageServer.UnitTests (30)
FileBasedProgramsEntryPointDiscoveryTests.cs (30)
119
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
179
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
216
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
249
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
282
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
315
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
349
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
382
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
423
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
464
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
506
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
547
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
592
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
638
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
878
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();