6 references to _documentIndex
Microsoft.CodeAnalysis (6)
PEWriter\MetadataWriter.cs (2)
1788if (documentsBuilder.TryGetDebugDocument(tree.FilePath, basePath: null) is { } doc && !_documentIndex.ContainsKey(doc)) 1790AddDocument(doc, _documentIndex);
PEWriter\MetadataWriter.PortablePdb.cs (4)
71BlobHandle sequencePointsBlob = SerializeSequencePoints(localSignatureHandleOpt, bodyOpt.SequencePoints, _documentIndex, out var singleDocumentHandle); 795.Where(kvp => !_documentIndex.ContainsKey(kvp.Value)) 798AddDocument(kvp.Value, _documentIndex); 1024var handle = GetOrAddDocument(document, _documentIndex);