2 writes to DisabledFeatures
ILLink.RoslynAnalyzer (2)
DataFlow\FeatureChecksValue.cs (2)
28DisabledFeatures = ValueSet<string>.Empty; 34DisabledFeatures = disabled;
6 references to DisabledFeatures
ILLink.RoslynAnalyzer (6)
DataFlow\FeatureChecksValue.cs (6)
41ValueSet<string>.Union(DisabledFeatures.DeepCopy(), other.DisabledFeatures.DeepCopy())); 48ValueSet<string>.Intersection(DisabledFeatures.DeepCopy(), other.DisabledFeatures.DeepCopy())); 53return new FeatureChecksValue(DisabledFeatures.DeepCopy(), EnabledFeatures.DeepCopy()); 58return new FeatureChecksValue(EnabledFeatures.DeepCopy(), DisabledFeatures.DeepCopy());