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