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)
120
AssertSequenceEqualAndStable([appFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
127
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
131
AssertEx.Empty(discovery.
FindEntryPoints
(tempDir.Path));
135
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
141
AssertEx.Empty(discovery.
FindEntryPoints
(tempDir.Path));
145
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
180
AssertSequenceEqualAndStable([app2File.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
217
AssertSequenceEqualAndStable([appFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
221
AssertSequenceEqualAndStable([appFile.Path, programFile.Path], () => discovery.
FindEntryPoints
(tempDir.Path));
350
AssertEx.SequenceEqual([appFile.Path], discovery.
FindEntryPoints
(tempDir.Path));
390
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
397
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
404
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
431
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
438
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
445
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
473
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
480
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
487
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
515
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
522
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
529
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
555
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
567
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
574
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
604
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
613
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
620
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
650
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
657
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
664
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
912
var firstResult = discovery.
FindEntryPoints
(tempDir.Path).ToArray();
927
var cachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();
934
var uncachedResult = discovery.
FindEntryPoints
(tempDir.Path).Order(StringComparer.OrdinalIgnoreCase).ToArray();