4 references to MethodTable
Microsoft.ML.TorchSharp (4)
Utils\MethodTable.cs (4)
55public MethodTable* ParentMethodTable; 77public MethodTable** InterfaceMap; 136internal static bool AreSameType(MethodTable* mt1, MethodTable* mt2) => mt1 == mt2;