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