1 instantiation of FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38
return new
FileBasedProgramsEntryPointDiscovery
(globalOptionService, listenerProvider.GetListener(FeatureAttribute.Workspace), loggerFactory, lspServices);
34 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 (32)
FileBasedProgramsEntryPointDiscoveryTests.cs (30)
112
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
165
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
195
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
228
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
261
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
286
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
313
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
351
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
385
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
419
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
454
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
488
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
526
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
565
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
798
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
FileBasedProgramsWorkspaceTests.cs (2)
1145
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();