Mono.Debugger.Languages.TargetPointerObject.GetDereferencedLocation C# (CSharp) Method

GetDereferencedLocation() protected method

protected GetDereferencedLocation ( ) : TargetLocation
return TargetLocation
        protected internal TargetLocation GetDereferencedLocation()
        {
            return Location.GetDereferencedLocation ();
        }