1 implementation of GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
529
public TargetPointer
GetCanonicalMethodTable
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? TargetPointer.Null : GetClassData(typeHandle).MethodTable;
2 references to GetCanonicalMethodTable
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (1)
2832
result.klass = contract.
GetCanonicalMethodTable
(methodTable).ToClrDataAddress(_target);
SOSDacImpl.IXCLRDataProcess.cs (1)
399
TargetPointer cmt = _rts.
GetCanonicalMethodTable
(typeParam);