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