1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
61
_textView
= textView;
2 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsTagger.cs (2)
110
var tags = GetTags(new NormalizedSnapshotSpanCollection(
_textView
.TextViewLines.FormattedSpan));
185
_cache[i].mappingTagSpan.Tag.Hint, Format,
_textView
, tagSpan, _taggerProvider, _formatMap, classify);