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