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)
40
Contract.ThrowIfFalse(
_taggers
>= 0);
51
Contract.ThrowIfFalse(
_taggers
> 0);
55
if (
_taggers
== 0)
75
if (
_taggers
!= 1)