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)
2056ITypeHandle canonicalMethodTable = GetTypeHandle(GetCanonicalMethodTable(methodTable)); 2077ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2092ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2118TargetPointer cannonMTPTr = GetCanonicalMethodTable(typeHandle); 2143lookupMTPtr = GetCanonicalMethodTable(GetTypeHandle(lookupMTPtr));