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