Implemented interface member:
property
Size
Microsoft.NET.HostModel.MachO.IBlob.Size
3 references to Size
Microsoft.NET.HostModel (3)
MachO\BinaryFormat\Blobs\CmsWrapperBlob.cs (1)
30
public uint Size => _inner.
Size
;
MachO\BinaryFormat\Blobs\SimpleBlob.cs (2)
43
file.WriteUInt32BigEndian(offset + sizeof(uint),
Size
);
51
Debug.Assert(bytesWritten ==
Size
, "The number of bytes written does not match the expected size of the blob.");