6 references to _customDebugInformationTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
190
case TableIndex.CustomDebugInformation: SetTableCapacity(
_customDebugInformationTable
, rowCount); break;
270
case TableIndex.CustomDebugInformation : return
_customDebugInformationTable
.Count;
343
rowCounts[(int)TableIndex.CustomDebugInformation] =
_customDebugInformationTable
.Count;
1407
_customDebugInformationTable
.Add(new CustomDebugInformationRow
1414
return CustomDebugInformationHandle.FromRowId(
_customDebugInformationTable
.Count);
2396
foreach (CustomDebugInformationRow row in
_customDebugInformationTable
.OrderBy((x, y) =>