13 references to _documentPathsToDocumentIds
Microsoft.CodeAnalysis.Workspaces (13)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (13)
52/// The current list of documents that are being removed in this batch. Once the document is in this list, it is no longer in <see cref="_documentPathsToDocumentIds"/>. 101if (_documentPathsToDocumentIds.ContainsKey(fullPath)) 109_documentPathsToDocumentIds.Add(fullPath, documentId); 160if (_documentPathsToDocumentIds.ContainsKey(fullPath)) 165_documentPathsToDocumentIds.Add(fullPath, documentId); 197if (!_documentPathsToDocumentIds.TryGetValue(fullPath, out var documentId)) 212_documentPathsToDocumentIds.Remove(fullPath); 260var entry = _documentPathsToDocumentIds.Where(kv => kv.Value == documentId).FirstOrDefault(); 263_documentPathsToDocumentIds.Remove(entry.Key); 314return _documentPathsToDocumentIds.ContainsKey(fullPath); 332if (_documentPathsToDocumentIds.TryGetValue(filePath, out var documentId)) 381if (_documentPathsToDocumentIds.Count != filePaths.Length) 390if (_documentPathsToDocumentIds.TryGetValue(filePath, out var documentId))