Implemented interface member:
property
Size
Microsoft.NET.HostModel.MachO.IBlob.Size
4 references to Size
Microsoft.NET.HostModel (4)
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (1)
56
public uint Size => _inner.
Size
;
MachO\BinaryFormat\Blobs\RequirementsBlob.cs (1)
32
public uint Size => _inner.
Size
;
MachO\BinaryFormat\Blobs\SuperBlob.cs (2)
92
file.WriteUInt32BigEndian(offset + sizeof(uint),
Size
);
112
return (int)
Size
;