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)
142using (var reqStream = new MemoryStreamWriter((int)requirementsBlob.Size))
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (5)
49expectedOffset += requirementsBlob.Size; 117size += RequirementsBlob.Empty.Size; // Requirements is always written as an empty blob 147size += RequirementsBlob.Empty.Size; 183if (a.RequirementsBlob?.Size != b.RequirementsBlob?.Size)