3 references to Intersection
ILLink.RoslynAnalyzer (3)
DataFlow\FeatureChecksValue.cs (2)
47ValueSet<string>.Intersection(EnabledFeatures.DeepCopy(), other.EnabledFeatures.DeepCopy()), 48ValueSet<string>.Intersection(DisabledFeatures.DeepCopy(), other.DisabledFeatures.DeepCopy()));
DataFlow\FeatureContextLattice.cs (1)
48return new FeatureContext(ValueSet<string>.Intersection(EnabledFeatures, other.EnabledFeatures));