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)
108
private readonly List<
MethodRow
> _methodDefTable = new List<
MethodRow
>();
1987
foreach (
MethodRow
method in _methodDefTable)