public static ulong CalculateStableTypeHash(this TypeDefinition typeDef)
 {
     return(TypeHash.CalculateStableTypeHash(typeDef));
 }