2 writes to _paused
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
293
_paused
= true;
311
_paused
= false;
1 reference to _paused
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
303
if (!
_paused
)