5 references to _documentsWithChangedLoaderByPath
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\PdbMatchingSourceTextProvider.cs (5)
92if (_isActive && oldSolutionVersion >= _baselineSolutionVersion && !_documentsWithChangedLoaderByPath.ContainsKey(oldDocument.FilePath)) 94_documentsWithChangedLoaderByPath.Add(oldDocument.FilePath, (oldDocument.DocumentState, oldSolutionVersion)); 124_documentsWithChangedLoaderByPath.Clear(); 133if (!_documentsWithChangedLoaderByPath.TryGetValue(filePath, out var stateAndVersion)) 169return _instance._documentsWithChangedLoaderByPath.ToImmutableDictionary();