1 instantiation of ComMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ComMethodTable.cs (1)
8static ComMethodTable IData<ComMethodTable>.Create(Target target, TargetPointer address) => new ComMethodTable(target, address);
5 references to ComMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\BuiltInCOM_1.cs (2)
126Data.ComMethodTable comMethodTable = _target.ProcessedData.GetOrAdd<Data.ComMethodTable>(comMethodTableAddr);
Data\ComMethodTable.cs (3)
6internal sealed class ComMethodTable : IData<ComMethodTable> 8static ComMethodTable IData<ComMethodTable>.Create(Target target, TargetPointer address) => new ComMethodTable(target, address);