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