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