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