1 write to _taggerHost
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
139_taggerHost = taggerHost;
4 references to _taggerHost
Microsoft.CodeAnalysis.EditorFeatures (4)
Tagging\AbstractAsynchronousTaggerProvider.cs (4)
41protected IThreadingContext ThreadingContext => _taggerHost.ThreadingContext; 42protected IGlobalOptionService GlobalOptions => _taggerHost.GlobalOptions; 44private ITextBufferVisibilityTracker? VisibilityTracker => _taggerHost.VisibilityTracker; 45private TaggerMainThreadManager MainThreadManager => _taggerHost.TaggerMainThreadManager;