8 references to _documentIds
Microsoft.VisualStudio.LanguageServices.Xaml (8)
Implementation\XamlProjectService.cs (8)
79if (_documentIds.TryGetValue(filePath, out var documentId)) 87_documentIds.TryAdd(filePath, documentId); 171_documentIds[filePath] = documentId; 188if (_documentIds.TryGetValue(filePath, out var docId)) 202if (_documentIds.TryGetValue(filePath, out var documentId)) 211_documentIds.TryRemove(filePath, out _); 252_documentIds.TryRemove(oldMoniker, out _); 259_documentIds[newMoniker] = documentId;