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)
30public uint Size => _inner.Size;
MachO\BinaryFormat\Blobs\SimpleBlob.cs (2)
43file.WriteUInt32BigEndian(offset + sizeof(uint), Size); 51Debug.Assert(bytesWritten == Size, "The number of bytes written does not match the expected size of the blob.");