3 instantiations of ValueSet
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
4145return new ValueSet(Input, intersection, Syntax); 4163new ValueSet(replacement, Values, Syntax), tempMap, 5023result = new ValueSet(input, values, syntax);
7 references to ValueSet
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (7)
274case Tests.ValueSet v: 4179public override bool Equals(object? obj) => this == obj || (obj is ValueSet other && Input.Equals(other.Input) && Values.Equals(other.Values)); 4195Tests.ValueSet v => new Not(v), 4968case ValueSet vs: 5000case ValueSet vs when vs.Input == input: 5018ValueSet vs => vs.Syntax, 5030ValueSet vs => vs.Values,