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)
39
Contract.ThrowIfFalse(
_taggers
>= 0);
50
Contract.ThrowIfFalse(
_taggers
> 0);
54
if (
_taggers
== 0)
74
if (
_taggers
!= 1)