7 references to BoundDagTypeTest
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder_ListPatterns.cs (1)
32tests.Add(new Tests.One(new BoundDagTypeTest(list.Syntax, ErrorType(), input, hasErrors: true)));
Binder\DecisionDagBuilder.cs (5)
821tests.Add(new Tests.One(new BoundDagTypeTest(syntax, type, typeEvaluationTemp))); 855tests.Add(new Tests.One(new BoundDagTypeTest(syntax, type, input))); 994tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true))); 1068tests.Add(new Tests.One(new BoundDagTypeTest(subpattern.Syntax, ErrorType(), input, hasErrors: true))); 1096tests.Add(new Tests.One(new BoundDagTypeTest(subpattern.Syntax, ErrorType(), input, hasErrors: true)));
Generated\BoundNodes.xml.Generated.cs (1)
5291var result = new BoundDagTypeTest(this.Syntax, type, input, this.HasErrors);