1 instantiation of MethodImplRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1051_methodImplTable.Add(new MethodImplRow
3 references to MethodImplRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
101private readonly List<MethodImplRow> _methodImplTable = new List<MethodImplRow>(); 2174foreach (MethodImplRow methodImpl in _methodImplTable)