Ejemplo n.º 1
0
 public static ulong CalculateMemoryOrdering(this TypeReference typeRef)
 {
     return(TypeHash.CalculateMemoryOrdering(typeRef));
 }
Ejemplo n.º 2
0
 public static ulong CalculateStableTypeHash(this TypeReference typeRef)
 {
     return(TypeHash.CalculateStableTypeHash(typeRef));
 }