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