2 writes to _isActive
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
123
_isActive
= true;
131
_isActive
= false;
2 references to _isActive
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
59
if (!
_isActive
)
100
if (
_isActive
&& oldSolutionVersion >= _baselineSolutionContentVersion && !_documentsWithChangedLoaderByPath.ContainsKey(oldDocument.FilePath))