1 instantiation of MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\113\Microsoft_Diagnostics_DataContractReader_Data.MethodTable.g.cs (1)
70=> new MethodTable(target, address);
12 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (12)
_generated\113\Microsoft_Diagnostics_DataContractReader_Data.MethodTable.g.cs (2)
69static MethodTable IData<MethodTable>.Create(Target target, TargetPointer address)
_generated\120\Microsoft_Diagnostics_DataContractReader_Data.Object.g.cs (1)
27MethodTable = target.ProcessedData.GetOrAdd<Data.MethodTable>(target.ReadPointerField(b, t, n));
Contracts\RuntimeTypeSystem_1.cs (6)
52internal MethodTable(Data.MethodTable data) 468if (_target.ProcessedData.TryGet(methodTablePointer, out Data.MethodTable? methodTableData)) 479Data.MethodTable freeObjectMethodTableData = _target.ProcessedData.GetOrAdd<Data.MethodTable>(methodTablePointer); 491Data.MethodTable trustedMethodTableData = _target.ProcessedData.GetOrAdd<Data.MethodTable>(methodTablePointer);
Data\MethodTable.cs (1)
7internal sealed partial class MethodTable : IData<MethodTable>
Data\Object.cs (1)
10public MethodTable MethodTable { get; }
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
75internal readonly bool ValidateReadable() => ValidateDataReadable<MethodTable>(_target, Address);