1 write to _baselineSolutionVersion
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
106
_baselineSolutionVersion
= solution.WorkspaceVersion;
1 reference to _baselineSolutionVersion
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
91
if (_isActive && oldSolutionVersion >=
_baselineSolutionVersion
&& !_documentsWithChangedLoaderByPath.ContainsKey(oldDocument.FilePath))