3 references to BadExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
10157
lengthOrCountAccess =
BadExpression
(syntax);
Binder\Binder_Invocation.cs (2)
1418
return defaultValue ??
BadExpression
(syntax).MakeCompilerGenerated();
1611
return
BadExpression
(syntax).MakeCompilerGenerated();