1 instantiation of Row
Mono.Cecil (1)
Mono.Cecil\AssemblyWriter.cs (1)
1256
var rid = table.AddRow (new
ExportedTypeRow
(
2 references to Row
Mono.Cecil (2)
Mono.Cecil\AssemblyWriter.cs (2)
58
using ExportedTypeRow =
Row
<TypeAttributes, uint, StringIndex, StringIndex, CodedRID>;
647
sealed class ExportedTypeTable : MetadataTable<
ExportedTypeRow
> {