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