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