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