1 instantiation of MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\123\Microsoft_Diagnostics_DataContractReader_Data.MethodTable.g.cs (1)
70=> new MethodTable(target, address);
12 references to MethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (12)
_generated\123\Microsoft_Diagnostics_DataContractReader_Data.MethodTable.g.cs (2)
69static MethodTable IData<MethodTable>.Create(Target target, TargetPointer address)
_generated\131\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) 490if (_target.ProcessedData.TryGet(methodTablePointer, out Data.MethodTable? methodTableData)) 501Data.MethodTable freeObjectMethodTableData = _target.ProcessedData.GetOrAdd<Data.MethodTable>(methodTablePointer); 513Data.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)
99internal readonly bool ValidateReadable() => ValidateDataReadable<MethodTable>(_target, Address);