Implemented interface member:
method
GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetCanonicalMethodTable(Microsoft.Diagnostics.DataContractReader.Contracts.ITypeHandle)
5 references to GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (5)
2056
ITypeHandle canonicalMethodTable = GetTypeHandle(
GetCanonicalMethodTable
(methodTable));
2077
ITypeHandle canonMT = GetTypeHandle(
GetCanonicalMethodTable
(typeHandle));
2092
ITypeHandle canonMT = GetTypeHandle(
GetCanonicalMethodTable
(typeHandle));
2118
TargetPointer cannonMTPTr =
GetCanonicalMethodTable
(typeHandle);
2143
lookupMTPtr =
GetCanonicalMethodTable
(GetTypeHandle(lookupMTPtr));