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