Implemented interface member:
method
GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetCanonicalMethodTable(Microsoft.Diagnostics.DataContractReader.Contracts.TypeHandle)
4 references to GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\RuntimeTypeSystem_1.cs (4)
1733
TypeHandle canonMT = GetTypeHandle(
GetCanonicalMethodTable
(typeHandle));
1748
TypeHandle canonMT = GetTypeHandle(
GetCanonicalMethodTable
(typeHandle));
1774
TargetPointer cannonMTPTr =
GetCanonicalMethodTable
(typeHandle);
1799
lookupMTPtr =
GetCanonicalMethodTable
(GetTypeHandle(lookupMTPtr));