private static bool IsGetHashCodeOverride(IMethodSymbol method, Compilation compilation)
 {
     return(method.IsGetHashCodeOverride());
 }
 private static bool IsGetHashCodeOverride(IMethodSymbol method, Compilation compilation)
 {
     return method.IsGetHashCodeOverride();
 }