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

GetDereferencedLocation() private method

private GetDereferencedLocation ( ) : TargetLocation
return TargetLocation
        internal TargetLocation GetDereferencedLocation()
        {
            return new DereferencedTargetLocation (this);
        }