4 references to Union
ILLink.RoslynAnalyzer (4)
DataFlow\FeatureChecksValue.cs (2)
40 ValueSet<string>.Union (EnabledFeatures.DeepCopy (), other.EnabledFeatures.DeepCopy ()), 41 ValueSet<string>.Union (DisabledFeatures.DeepCopy (), other.DisabledFeatures.DeepCopy ()));
DataFlow\FeatureContextLattice.cs (1)
53 return new FeatureContext (ValueSet<string>.Union (EnabledFeatures, other.EnabledFeatures));
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSetLattice.cs (1)
17 public ValueSet<TValue> Meet (ValueSet<TValue> left, ValueSet<TValue> right) => ValueSet<TValue>.Union (left, right);