3 references to BoundDagTypeEvaluation
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (2)
335var valueAsITupleEvaluation = new BoundDagTypeEvaluation(syntax, iTupleType, input); 474var evaluation = new BoundDagTypeEvaluation(syntax, type, input);
Generated\BoundNodes.xml.Generated.cs (1)
5432var result = new BoundDagTypeEvaluation(this.Syntax, type, input, this.HasErrors);