Exemplo n.º 1
0
 public static ulong CalculateMemoryOrdering(this TypeDefinition typeDef)
 {
     return(TypeHash.CalculateMemoryOrdering(typeDef));
 }
Exemplo n.º 2
0
 public static ulong CalculateStableTypeHash(this TypeDefinition typeDef)
 {
     return(TypeHash.CalculateStableTypeHash(typeDef));
 }