2 writes to _isActive
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
106
_isActive
= true;
114
_isActive
= false;
2 references to _isActive
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
42
if (!
_isActive
)
83
if (
_isActive
&& oldSolutionVersion >= _baselineSolutionContentVersion && !_documentsWithChangedLoaderByPath.ContainsKey(oldDocument.FilePath))