5 references to WrongArityErrid
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Lookup.vb (5)
184Return SingleLookupResult.WrongArity(sym, WrongArityErrid(actualArity, arity)) 189Return SingleLookupResult.WrongArity(unwrappedSym, WrongArityErrid(0, arity)) 198Return SingleLookupResult.WrongArity(unwrappedSym, WrongArityErrid(0, arity)) 210Return SingleLookupResult.WrongArityAndStopLookup(sym, WrongArityErrid(actualArity, arity)) 217Return SingleLookupResult.WrongArityAndStopLookup(sym, WrongArityErrid(0, arity))