1 interface inheriting from IMachOFileWriter
Microsoft.NET.HostModel (1)
MachO\FileUtils\IMachOFileAccess.cs (1)
9public interface IMachOFileAccess : IMachOFileReader, IMachOFileWriter
1 implementation of IMachOFileWriter
Microsoft.NET.HostModel (1)
MachO\FileUtils\MemoryStreamWriter.cs (1)
14public class MemoryStreamWriter : IMachOFileWriter, IDisposable
10 references to IMachOFileWriter
Microsoft.NET.HostModel (10)
MachO\BinaryFormat\Blobs\CmsWrapperBlob.cs (1)
32public int Write(IMachOFileWriter writer, long offset) => _inner.Write(writer, offset);
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
302public int Write(IMachOFileWriter accessor, long offset)
MachO\BinaryFormat\Blobs\EmbeddedSignatureBlob.cs (1)
90public int Write(IMachOFileWriter writer, long offset)
MachO\BinaryFormat\Blobs\IBlob.cs (1)
27int Write(IMachOFileWriter writer, long offset);
MachO\BinaryFormat\Blobs\RequirementsBlob.cs (1)
35public int Write(IMachOFileWriter writer, long offset) => _inner.Write(writer, offset);
MachO\BinaryFormat\Blobs\SimpleBlob.cs (1)
36public int Write(IMachOFileWriter file, long offset)
MachO\BinaryFormat\Blobs\SuperBlob.cs (1)
88public int Write(IMachOFileWriter file, long offset)
MachO\MachObjectFile.cs (3)
172public bool TryAdjustHeadersForBundle(ulong fileSize, IMachOFileWriter file) 222public bool RemoveCodeSignatureIfPresent(IMachOFileWriter file, out long? newLength) 329public long Write(IMachOFileWriter file)