/// <summary> /// Gives the hash code of the location /// </summary> /// <returns></returns> //^ [Confined, MustOverride] public override int GetHashCode() { return(_offset.GetHashCode() ^ _methodDefinition.GetHashCode()); }
public override int GetHashCode() { return(method.GetHashCode()); }