6 references to _methodDebugInformationTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
184
case TableIndex.MethodDebugInformation: SetTableCapacity(
_methodDebugInformationTable
, rowCount); break;
264
case TableIndex.MethodDebugInformation : return
_methodDebugInformationTable
.Count;
337
rowCounts[(int)TableIndex.MethodDebugInformation] =
_methodDebugInformationTable
.Count;
1246
_methodDebugInformationTable
.Add(new MethodDebugInformationRow
1252
return MethodDebugInformationHandle.FromRowId(
_methodDebugInformationTable
.Count);
2335
foreach (var row in
_methodDebugInformationTable
)