4 references to AssertSequenceEqualAndStable
Microsoft.CodeAnalysis.LanguageServer.UnitTests (4)
FileBasedProgramsEntryPointDiscoveryTests.cs (4)
120
AssertSequenceEqualAndStable
([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));