1 write to _dataSize
Microsoft.NET.HostModel (1)
MachO\BinaryFormat\LinkEditLoadCommand.cs (1)
28
_dataSize
= header.ConvertValue(dataSize);
1 reference to _dataSize
Microsoft.NET.HostModel (1)
MachO\BinaryFormat\LinkEditLoadCommand.cs (1)
34
internal uint GetFileSize(MachHeader header) => header.ConvertValue(
_dataSize
);