Issue an error if an attempt to call a disabled method is made
If the declaration is disabled but inside a disabled function, returns true but do not issue an error message.
Location information of the call
Scope in which the call occurs
if true searches overload set
true if this Declaration is @disabled, false otherwise.
See Implementation
Issue an error if an attempt to call a disabled method is made
If the declaration is disabled but inside a disabled function, returns true but do not issue an error message.