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