8 references to _documentIds
Microsoft.VisualStudio.LanguageServices.Xaml (8)
Implementation\XamlProjectService.cs (8)
74if (_documentIds.TryGetValue(filePath, out var documentId)) 82_documentIds.TryAdd(filePath, documentId); 166_documentIds[filePath] = documentId; 183if (_documentIds.TryGetValue(filePath, out var docId)) 199if (_documentIds.TryGetValue(filePath, out var documentId)) 208_documentIds.TryRemove(filePath, out _); 249_documentIds.TryRemove(oldMoniker, out _); 256_documentIds[newMoniker] = documentId;