1 instantiation of MethodRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
998_methodDefTable.Add(new MethodRow
3 references to MethodRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
108private readonly List<MethodRow> _methodDefTable = new List<MethodRow>(); 1987foreach (MethodRow method in _methodDefTable)