6 references to AssertSequenceEqualAndStable
Microsoft.CodeAnalysis.LanguageServer.UnitTests (6)
FileBasedProgramsEntryPointDiscoveryTests.cs (6)
113
AssertSequenceEqualAndStable
([appFile.Path], () => discovery.FindEntryPoints(tempDir.Path));
166
AssertSequenceEqualAndStable
([app2File.Path], () => discovery.FindEntryPoints(tempDir.Path));
202
AssertSequenceEqualAndStable
([app4File.Path], () => discovery.FindEntryPoints(tempDir.Path));
232
AssertSequenceEqualAndStable
([app2File.Path], () => discovery.FindEntryPoints(tempDir.Path));
262
AssertSequenceEqualAndStable
([appFile.Path], () => discovery.FindEntryPoints(tempDir.Path));
266
AssertSequenceEqualAndStable
([appFile.Path, programFile.Path], () => discovery.FindEntryPoints(tempDir.Path));