1 instantiation of DocumentRow
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.DynamicAnalysis.cs (1)
214_documentTable.Add(new DocumentRow
3 references to DocumentRow
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.DynamicAnalysis.cs (3)
41private readonly List<DocumentRow> _documentTable; 57_documentTable = new List<DocumentRow>(documentCountEstimate); 343foreach (var row in _documentTable)