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