2 references to ComMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\BuiltInCOM_1.cs (1)
108
ulong comMethodTableSize = _target.GetTypeInfo(DataType.
ComMethodTable
).Size!.Value;
Data\ComMethodTable.cs (1)
11
Target.TypeInfo type = target.GetTypeInfo(DataType.
ComMethodTable
);