3 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
1578var typeInfo = _target.GetTypeInfo(DataType.MethodTable);
Data\MethodTable.cs (1)
11Target.TypeInfo type = target.GetTypeInfo(DataType.MethodTable);
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
33_type = target.GetTypeInfo(DataType.MethodTable);