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