6 references to WrongArityAndStopLookup
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (1)
3101
(lookupResult.Kind = LookupResultKind.WrongArity OrElse lookupResult.Kind = LookupResultKind.
WrongArityAndStopLookup
) Then
Binding\LookupResult.vb (5)
59
Case LookupResultKind.WrongArity, LookupResultKind.
WrongArityAndStopLookup
128
Return New SingleLookupResult(LookupResultKind.
WrongArityAndStopLookup
, sym, New BadSymbolDiagnostic(sym, err))
134
Return New SingleLookupResult(LookupResultKind.
WrongArityAndStopLookup
, sym, diagInfo)
170
Return Kind >= LookupResultKind.
WrongArityAndStopLookup
286
Return _kind = LookupResultKind.WrongArity OrElse _kind = LookupResultKind.
WrongArityAndStopLookup