2 writes to _taggers
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (2)
41_taggers++; 52_taggers--;
4 references to _taggers
Microsoft.CodeAnalysis.EditorFeatures (4)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (4)
39Contract.ThrowIfFalse(_taggers >= 0); 50Contract.ThrowIfFalse(_taggers > 0); 54if (_taggers == 0) 74if (_taggers != 1)