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