4 references to BoundDagTypeEvaluation
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (3)
813
var typeEvaluation = new
BoundDagTypeEvaluation
(syntax, outParameterTemp.Type, outParameterTemp);
847
var evaluation = new
BoundDagTypeEvaluation
(syntax, type, input);
1126
var evaluation = new
BoundDagTypeEvaluation
(bin.Syntax, bin.NarrowedType, input);
Generated\BoundNodes.xml.Generated.cs (1)
5494
var result = new
BoundDagTypeEvaluation
(this.Syntax, type, input, this.HasErrors);