1 write to _baselineSolutionContentVersion
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
107
_baselineSolutionContentVersion
= solution.SolutionStateContentVersion;
1 reference to _baselineSolutionContentVersion
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
92
if (_isActive && oldSolutionVersion >=
_baselineSolutionContentVersion
&& !_documentsWithChangedLoaderByPath.ContainsKey(oldDocument.FilePath))