2 writes to _normalPriTagsChangedQueue
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
180
_normalPriTagsChangedQueue
= _highPriTagsChangedQueue;
184
_normalPriTagsChangedQueue
= new AsyncBatchingWorkQueue<NormalizedSnapshotSpanCollection>(
1 reference to _normalPriTagsChangedQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs (1)
39
var addedTagsQueue = highPriority ? _highPriTagsChangedQueue :
_normalPriTagsChangedQueue
;