5 references to BoundDagTypeEvaluation
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (4)
815
var typeEvaluation = new
BoundDagTypeEvaluation
(syntax, outParameterTemp.Type.StrippedType(), outParameterTemp);
822
typeEvaluation = new
BoundDagTypeEvaluation
(syntax, type, typeEvaluationTemp);
858
var evaluation = new
BoundDagTypeEvaluation
(syntax, type, input);
1159
var evaluation = new
BoundDagTypeEvaluation
(bin.Syntax, bin.NarrowedType, input);
Generated\BoundNodes.xml.Generated.cs (1)
5475
var result = new
BoundDagTypeEvaluation
(this.Syntax, type, input, this.HasErrors);