4 references to BoundDagTypeEvaluation
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (3)
381var valueAsITupleEvaluation = new BoundDagTypeEvaluation(syntax, iTupleType, input); 520var evaluation = new BoundDagTypeEvaluation(syntax, type, input); 734var evaluation = new BoundDagTypeEvaluation(bin.Syntax, bin.NarrowedType, input);
Generated\BoundNodes.xml.Generated.cs (1)
5438var result = new BoundDagTypeEvaluation(this.Syntax, type, input, this.HasErrors);