3 references to ErrorType
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (2)
574
tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax,
ErrorType
(), input, hasErrors: true)));
588
tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax,
ErrorType
(), input, hasErrors: true)));
Binder\DecisionDagBuilder_ListPatterns.cs (1)
28
tests.Add(new Tests.One(new BoundDagTypeTest(list.Syntax,
ErrorType
(), input, hasErrors: true)));