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)
104public IReadOnlyList<IReadOnlyList<byte>> SpecialSlotHashes => _specialSlotHashes; 262for (int i = 0; i < _specialSlotHashes.Length; i++) 264if (!_specialSlotHashes[i].SequenceEqual(other._specialSlotHashes[i])) 308accessor.WriteExactly(specialSlotHashesOffset + i * HashSize, _specialSlotHashes[i]);