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)
101
private readonly List<
MethodImplRow
> _methodImplTable = new List<
MethodImplRow
>();
2174
foreach (
MethodImplRow
methodImpl in _methodImplTable)