3 references to Empty
Microsoft.NET.HostModel (3)
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (2)
117
size += RequirementsBlob.
Empty
.Size; // Requirements is always written as an empty blob
147
size += RequirementsBlob.
Empty
.Size;
MachO\MachObjectFile.cs (1)
134
RequirementsBlob requirementsBlob = RequirementsBlob.
Empty
;