6 references to _methodSpecTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
181
case TableIndex.MethodSpec: SetTableCapacity(
_methodSpecTable
, rowCount); break;
251
case TableIndex.MethodSpec : return
_methodSpecTable
.Count;
323
rowCounts[(int)TableIndex.MethodSpec] =
_methodSpecTable
.Count;
773
_methodSpecTable
.Add(new MethodSpecRow
779
return MethodSpecificationHandle.FromRowId(
_methodSpecTable
.Count);
2315
foreach (MethodSpecRow methodSpec in
_methodSpecTable
)