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)
2091ITypeHandle canonicalMethodTable = GetTypeHandle(GetCanonicalMethodTable(methodTable)); 2112ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2127ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2153TargetPointer cannonMTPTr = GetCanonicalMethodTable(typeHandle); 2178lookupMTPtr = GetCanonicalMethodTable(GetTypeHandle(lookupMTPtr));