public int GetHashCode(MethodReference obj)
 {
     return(obj.Name.GetHashCode() ^ TypeRefEqComparerInstance.GetHashCode(obj.DeclaringType));
 }