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)
56public uint Size => _inner.Size;
MachO\BinaryFormat\Blobs\RequirementsBlob.cs (1)
32public uint Size => _inner.Size;
MachO\BinaryFormat\Blobs\SuperBlob.cs (2)
92file.WriteUInt32BigEndian(offset + sizeof(uint), Size); 112return (int)Size;