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