35 references to FindEntryPoints
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
108
foreach (var fileBasedAppPath in
FindEntryPoints
(workspaceFolder))
Microsoft.CodeAnalysis.LanguageServer.UnitTests (34)
FileBasedProgramsEntryPointDiscoveryTests.cs (34)
113
AssertSequenceEqualAndStable([appFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
120
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
124
AssertEx.Empty(discovery.
FindEntryPoints
(tempDir.Path));
128
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
134
AssertEx.Empty(discovery.
FindEntryPoints
(tempDir.Path));
138
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
166
AssertSequenceEqualAndStable([app2File.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
196
AssertSequenceEqualAndStable([appFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
200
AssertSequenceEqualAndStable([appFile.Path, programFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
314
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
359
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
366
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
373
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
393
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
400
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
407
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
428
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
435
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
442
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
463
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
470
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
477
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
496
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
508
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
515
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
538
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
547
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
554
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
577
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
584
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
591
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
832
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
847
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
854
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();