3 writes to BlobIndices
Microsoft.NET.HostModel (3)
MachO\BinaryFormat\Blobs\SuperBlob.cs (3)
29
BlobIndices
= blobIndices.ToImmutableArray();
37
BlobIndices
= ImmutableArray<BlobIndex>.Empty;
44
BlobIndices
= other.BlobIndices;
5 references to BlobIndices
Microsoft.NET.HostModel (5)
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (1)
77
foreach (var b in _inner.
BlobIndices
)
MachO\BinaryFormat\Blobs\SuperBlob.cs (4)
30
ValidateBlobs(Blobs,
BlobIndices
);
44
BlobIndices = other.
BlobIndices
;
54
+ (uint)
BlobIndices
.Length * BlobIndex.Size
101
var blobIndex =
BlobIndices
[i];