Implemented interface member:
property
Size
Microsoft.NET.HostModel.MachO.IBlob.Size
6 references to Size
Microsoft.NET.HostModel (6)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
147using (var reqStream = new MemoryStreamWriter((int)requirementsBlob.Size))
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (5)
49expectedOffset += requirementsBlob.Size; 118size += RequirementsBlob.Empty.Size; // Requirements is always written as an empty blob 148size += RequirementsBlob.Empty.Size; 184if (a.RequirementsBlob?.Size != b.RequirementsBlob?.Size)