18 references to Write
Microsoft.DotNet.Build.Tasks.Installers (18)
src\CpioWriter.cs (2)
21
stream.
Write
("070701"u8.ToArray());
38
stream.
Write
("00000000"u8.ToArray()); // Check field
src\RpmHeader.cs (9)
235
stream.
Write
([0x8e, 0xad, 0xe8]); // magic
237
stream.
Write
([0, 0, 0, 0]); // reserved
241
stream.
Write
(numIndexEntries);
272
storeStream.
Write
(bytes);
287
storeStream.
Write
(bytes);
337
indexStream.
Write
(indexInfoBytes);
361
storeStream.
Write
(indexInfoBytes);
366
stream.
Write
(numHeaderBytes);
370
stream.
Write
(immutableRegionIndexEntryBytes);
src\RpmLead.cs (7)
49
stream.
Write
([0xed, 0xab, 0xee, 0xdb]);
54
stream.
Write
(beBytes);
56
stream.
Write
(beBytes);
60
stream.
Write
(name);
63
stream.
Write
(beBytes);
65
stream.
Write
(beBytes);
67
stream.
Write
(new byte[16]);