1 implementation of GetNumInterfaces
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
651
public ushort
GetNumInterfaces
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (ushort)0 : _methodTables[typeHandle.Address].NumInterfaces;
1 reference to GetNumInterfaces
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
2834
result.wNumInterfaces = contract.
GetNumInterfaces
(methodTable);