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)
34internal uint GetFileSize(MachHeader header) => header.ConvertValue(_dataSize);