1 write to _documentTable
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.DynamicAnalysis.cs (1)
57_documentTable = new List<DocumentRow>(documentCountEstimate);
4 references to _documentTable
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.DynamicAnalysis.cs (4)
210documentRowId = _documentTable.Count + 1; 214_documentTable.Add(new DocumentRow 333writer.WriteInt32(_documentTable.Count); 343foreach (var row in _documentTable)