Mono.Debugger.Languages.TargetVariable.IsInScope C# (CSharp) Method

IsInScope() public abstract method

Checks whether the variable is accessible in the lexical scope around address @address, but without actually trying to access the variable.
public abstract IsInScope ( TargetAddress address ) : bool
address TargetAddress
return bool
        public abstract bool IsInScope(TargetAddress address);