1 write to InstMethodHashTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Module.cs (1)
30InstMethodHashTable = target.ReadPointerField(address, type, nameof(InstMethodHashTable));
3 references to InstMethodHashTable
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Loader_1.cs (2)
363if (module.InstMethodHashTable == TargetPointer.Null) 366InstMethodHashTable methodHashTable = _target.ProcessedData.GetOrAdd<InstMethodHashTable>(module.InstMethodHashTable);
Data\Module.cs (1)
30InstMethodHashTable = target.ReadPointerField(address, type, nameof(InstMethodHashTable));