5 references to _documentsWithChangedLoaderByPath
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\PdbMatchingSourceTextProvider.cs (5)
100
if (_isActive && oldSolutionVersion >= _baselineSolutionContentVersion && !
_documentsWithChangedLoaderByPath
.ContainsKey(oldDocument.FilePath))
102
_documentsWithChangedLoaderByPath
.Add(oldDocument.FilePath, (oldDocument.DocumentState, oldSolutionVersion));
132
_documentsWithChangedLoaderByPath
.Clear();
141
if (!
_documentsWithChangedLoaderByPath
.TryGetValue(filePath, out var stateAndVersion))
177
return _instance.
_documentsWithChangedLoaderByPath
.ToImmutableDictionary();