2 writes to _specialSlotHashes
Microsoft.NET.HostModel (2)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (2)
60
(_cdHeader, _identifier,
_specialSlotHashes
, _codeHashes) = (cdHeader, identifier, specialSlotHashes, codeHashes);
87
_specialSlotHashes
= specialSlotHashes;
5 references to _specialSlotHashes
Microsoft.NET.HostModel (5)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (5)
104
public IReadOnlyList<IReadOnlyList<byte>> SpecialSlotHashes =>
_specialSlotHashes
;
262
for (int i = 0; i <
_specialSlotHashes
.Length; i++)
264
if (!
_specialSlotHashes
[i].SequenceEqual(other.
_specialSlotHashes
[i]))
308
accessor.WriteExactly(specialSlotHashesOffset + i * HashSize,
_specialSlotHashes
[i]);