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