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