1 instantiation of FileBasedProgramsEntryPointDiscovery
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38return 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)] 56private readonly ILogger _logger = loggerFactory.CreateLogger<FileBasedProgramsEntryPointDiscovery>();
Microsoft.CodeAnalysis.LanguageServer.UnitTests (36)
FileBasedProgramsEntryPointDiscoveryTests.cs (34)
112var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 165var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 201var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 231var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 261var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 294var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 327var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 352var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 379var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 417var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 451var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 485var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 520var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 554var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 592var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 631var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>(); 864var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>();
FileBasedProgramsWorkspaceTests.cs (2)
1145var discovery = testLspServer.GetRequiredLspService<FileBasedProgramsEntryPointDiscovery>();