1 instantiation of Tagger
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
153var tagger = new Tagger(tagSource);
4 references to Tagger
Microsoft.CodeAnalysis.EditorFeatures (4)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
153var tagger = new Tagger(tagSource);
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (1)
15/// <see cref="Tagger"/> is a thin wrapper we create around the single shared <see cref="TagSource"/>.
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (2)
36internal void OnTaggerAdded(Tagger _) 47internal void OnTaggerDisposed(Tagger _)