1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
59_taggerProvider = taggerProvider;
6 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineHints\InlineHintsTagger.cs (6)
78_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 103_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 123_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 131_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 171var classify = document != null && _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language); 185_cache[i].mappingTagSpan.Tag.Hint, Format, _textView, tagSpan, _taggerProvider, _formatMap, classify);