3 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
1569var typeInfo = _target.GetTypeInfo(DataType.MethodTable);
Data\MethodTable.cs (1)
6[CdacType(nameof(DataType.MethodTable))]
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
35_type = target.GetTypeInfo(DataType.MethodTable);