3 writes to Count
Microsoft.DotNet.Build.Tasks.Installers (3)
src\RpmHeader.cs (3)
81
Count
= BinaryPrimitives.ReadInt32BigEndian(bytes.Slice(12))
347
Count
= 16
357
Count
= 16
7 references to Count
Microsoft.DotNet.Build.Tasks.Installers (7)
src\RpmHeader.cs (7)
90
BinaryPrimitives.WriteInt32BigEndian(bytes.Slice(12), entry.
Count
);
138
|| indexEntry.
Count
!= 16)
149
entries.Add(new Entry(entry.Tag, entry.Type, new ArraySegment<byte>(store, entry.Offset, entry.
Count
)));
169
string[] strings = new string[entry.
Count
];
170
for (int i = 0; i < entry.
Count
; i++)
193
}, entry.
Count
);
197
for (int i = 0; i < entry.
Count
; i++)