5 references to _documentsWithChangedLoaderByPath
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\PdbMatchingSourceTextProvider.cs (5)
91
if (_isActive && oldSolutionVersion >= _baselineSolutionVersion && !
_documentsWithChangedLoaderByPath
.ContainsKey(oldDocument.FilePath))
93
_documentsWithChangedLoaderByPath
.Add(oldDocument.FilePath, (oldDocument.DocumentState, oldSolutionVersion));
123
_documentsWithChangedLoaderByPath
.Clear();
132
if (!
_documentsWithChangedLoaderByPath
.TryGetValue(filePath, out var stateAndVersion))
168
return _instance.
_documentsWithChangedLoaderByPath
.ToImmutableDictionary();