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