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