2 writes to ExecSegmentLimit
Microsoft.NET.HostModel (2)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (2)
242first.ExecSegmentLimit = 0; 243second.ExecSegmentLimit = 0;
1 reference to ExecSegmentLimit
Microsoft.NET.HostModel (1)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
109internal ulong ExecutableSegmentLimit => _cdHeader.ExecSegmentLimit;