1 instantiation of FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38
return new
FileBasedProgramsEntryPointDiscovery
(globalOptionService, listenerProvider.GetListener(FeatureAttribute.Workspace), loggerFactory, lspServices);
38 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 (36)
FileBasedProgramsEntryPointDiscoveryTests.cs (34)
112
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
165
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
201
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
231
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
261
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
294
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
327
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
352
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
379
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
417
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
451
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
485
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
520
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
554
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
592
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
631
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
864
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();
FileBasedProgramsWorkspaceTests.cs (2)
1145
var
discovery = testLspServer.GetRequiredLspService<
FileBasedProgramsEntryPointDiscovery
>();