3 writes to Blobs
Microsoft.NET.HostModel (3)
MachO\BinaryFormat\Blobs\SuperBlob.cs (3)
28
Blobs
= blobs.ToImmutableArray();
36
Blobs
= ImmutableArray<IBlob>.Empty;
43
Blobs
= other.Blobs;
10 references to Blobs
Microsoft.NET.HostModel (10)
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (1)
155
foreach (var b in _inner.
Blobs
)
MachO\BinaryFormat\Blobs\SuperBlob.cs (9)
30
ValidateBlobs(
Blobs
, BlobIndices);
43
Blobs = other.
Blobs
;
55
+
Blobs
.Sum(b => b.Size));
57
public uint SubBlobCount => (uint)
Blobs
.Length;
95
uint count = (uint)
Blobs
.Length;
99
for (int i = 0; i <
Blobs
.Length; i++)
106
long currentOffset = offset + sizeof(uint) * 3 + (
Blobs
.Length * BlobIndex.Size);
107
for (int i = 0; i <
Blobs
.Length; i++)
109
currentOffset +=
Blobs
[i].Write(file, currentOffset);