4 references to ValueSet
ILLink.RoslynAnalyzer (4)
DataFlow\InterproceduralState.cs (1)
57 Methods = new ValueSet<MethodBodyValue> (methodsList);
ISymbolExtensions.cs (1)
87 return featureSet.Count == 0 ? ValueSet<string>.Empty : new ValueSet<string> (featureSet);
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
307 return new ValueSet<TValue> (GetKnownValues ().Select (value => value is IDeepCopyValue<TValue> copyValue ? copyValue.DeepCopy () : value));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\ArrayValue.cs (1)
45 return new(input.AsEnumerable ().Select (v => v is ArrayValue ? UnknownValue.Instance : v));