2 references to SpecialSlotCount
Microsoft.NET.HostModel (2)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (2)
38
var specialSlotCount = cdHeader.
SpecialSlotCount
;
112
private uint SpecialSlotCount => _cdHeader.
SpecialSlotCount
;