3 references to GetIsProperSubsetOfScenarios
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSetTest.cs (3)
113
this.SetCompareTestHelper(s => s.IsProperSubsetOf, s => s.IsProperSubsetOf,
GetIsProperSubsetOfScenarios
());
119
this.SetCompareTestHelper(s => s.IsProperSupersetOf, s => s.IsProperSupersetOf,
GetIsProperSubsetOfScenarios
().Select(Flip));
339
results.AddRange(
GetIsProperSubsetOfScenarios
().Where(s => s.Item3));