9 references to _methodImplTable
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (9)
167
case TableIndex.MethodImpl: SetTableCapacity(
_methodImplTable
, rowCount); break;
249
case TableIndex.MethodImpl : return
_methodImplTable
.Count;
321
rowCounts[(int)TableIndex.MethodImpl] =
_methodImplTable
.Count;
1051
_methodImplTable
.Add(new MethodImplRow
1058
return MethodImplementationHandle.FromRowId(
_methodImplTable
.Count);
1565
for (int i = 1; i <
_methodImplTable
.Count; i++)
1567
if (
_methodImplTable
[i - 1].Class >
_methodImplTable
[i].Class)
2174
foreach (MethodImplRow methodImpl in
_methodImplTable
)