1 write to Size
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ImageDataDirectory.cs (1)
16
Size
= target.ReadField<uint>(address, type, nameof(Size));
4 references to Size
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (3)
132
new TargetStream(Target, imageBase, debugInfoData.VirtualAddress + debugInfoData.
Size
),
265
return thunksData.VirtualAddress <= rva && rva < thunksData.VirtualAddress + thunksData.
Size
;
321
uint count = section.
Size
/ Target.GetTypeInfo(DataType.ExceptionLookupTableEntry).Size!.Value;
Data\ImageDataDirectory.cs (1)
16
Size = target.ReadField<uint>(address, type, nameof(
Size
));