1 write to _taggerHost
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AsynchronousViewportTaggerProvider.cs (1)
54
_taggerHost
= taggerHost;
3 references to _taggerHost
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AsynchronousViewportTaggerProvider.cs (3)
45
protected IThreadingContext ThreadingContext =>
_taggerHost
.ThreadingContext;
46
protected IGlobalOptionService GlobalOptions =>
_taggerHost
.GlobalOptions;
55
AsyncListener =
_taggerHost
.AsyncListenerProvider.GetListener(featureName);