1 write to DelayLoadMethodCallThunks
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ReadyToRunInfo.cs (1)
32DelayLoadMethodCallThunks = target.ReadPointerField(address, type, nameof(DelayLoadMethodCallThunks));
3 references to DelayLoadMethodCallThunks
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (2)
259if (r2rInfo.DelayLoadMethodCallThunks == TargetPointer.Null) 263Data.ImageDataDirectory thunksData = Target.ProcessedData.GetOrAdd<Data.ImageDataDirectory>(r2rInfo.DelayLoadMethodCallThunks);
Data\ReadyToRunInfo.cs (1)
32DelayLoadMethodCallThunks = target.ReadPointerField(address, type, nameof(DelayLoadMethodCallThunks));