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