2 writes to _taggers
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (2)
42_taggers++; 53_taggers--;
4 references to _taggers
Microsoft.CodeAnalysis.EditorFeatures (4)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (4)
40Contract.ThrowIfFalse(_taggers >= 0); 51Contract.ThrowIfFalse(_taggers > 0); 55if (_taggers == 0) 75if (_taggers != 1)