5 references to _documentsWithChangedLoaderByPath
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\PdbMatchingSourceTextProvider.cs (5)
83
if (_isActive && oldSolutionVersion >= _baselineSolutionContentVersion && !
_documentsWithChangedLoaderByPath
.ContainsKey(oldDocument.FilePath))
85
_documentsWithChangedLoaderByPath
.Add(oldDocument.FilePath, (oldDocument.DocumentState, oldSolutionVersion));
115
_documentsWithChangedLoaderByPath
.Clear();
124
if (!
_documentsWithChangedLoaderByPath
.TryGetValue(filePath, out var stateAndVersion))
160
return _instance.
_documentsWithChangedLoaderByPath
.ToImmutableDictionary();