5 references to ImportSections
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\171\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
395
_ =
ImportSections
;
Contracts\StackWalk\GC\GcScanner.cs (2)
276
if (r2rInfo.
ImportSections
== TargetPointer.Null || r2rInfo.NumImportSections == 0)
293
TargetPointer sectionsBase = r2rInfo.
ImportSections
;
Data\ReadyToRunInfo.cs (2)
51
[DataDescriptorDependency(nameof(
ImportSections
), "pointer")]
56
? target.ReadPointer(address + (ulong)type.Fields[nameof(
ImportSections
)].Offset)