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