2 references to CreateTaggerWorker
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AsynchronousTaggerProvider.cs (1)
32return this.CreateTaggerWorker<T>(null, subjectBuffer);
Tagging\AsynchronousViewTaggerProvider.cs (1)
36return this.CreateTaggerWorker<T>(textView, subjectBuffer);