1 instantiation of MethodDebugInformationRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1246
_methodDebugInformationTable.Add(new
MethodDebugInformationRow
3 references to MethodDebugInformationRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
122
private readonly List<
MethodDebugInformationRow
> _methodDebugInformationTable = new List<
MethodDebugInformationRow
>();
2335
foreach (
var
row in _methodDebugInformationTable)