7 references to BadExpression
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Delegates.vb (1)
60Return BadExpression(addressOfSyntax, boundOperand, LookupResultKind.NotAValue, ErrorTypeSymbol.UnknownResultType)
Binding\Binder_Expressions.vb (6)
932Return BadExpression(node, receiver, LookupResultKind.NotAValue, ErrorTypeSymbol.UnknownResultType) 1240Return BadExpression(syntax, expr, LookupResultKind.NotAValue, ErrorTypeSymbol.UnknownResultType) 1248Return BadExpression(syntax, expr, LookupResultKind.NotAValue, ErrorTypeSymbol.UnknownResultType) 1276Return BadExpression(syntax, expr, LookupResultKind.NotAValue, propertySymbol.Type) 1283Return BadExpression(syntax, expr, LookupResultKind.NotAValue, ErrorTypeSymbol.UnknownResultType) 1699expression = BadExpression(node, expression, LookupResultKind.NotAVariable, ErrorTypeSymbol.UnknownResultType)