2 instantiations of Row
Mono.Cecil (2)
Mono.Cecil\AssemblyWriter.cs (2)
1088
table.row = new
AssemblyRow
(
1161
var rid = table.AddRow (new
AssemblyRefRow
(
4 references to Row
Mono.Cecil (4)
Mono.Cecil\AssemblyWriter.cs (4)
55
using AssemblyRow =
Row
<AssemblyHashAlgorithm, ushort, ushort, ushort, ushort, AssemblyAttributes, uint, uint, uint>;
56
using AssemblyRefRow =
Row
<ushort, ushort, ushort, ushort, AssemblyAttributes, uint, uint, uint, uint>;
601
sealed class AssemblyTable : OneRowTable<
AssemblyRow
> {
617
sealed class AssemblyRefTable : MetadataTable<
AssemblyRefRow
> {