1 instantiation of CachedAdornmentTagSpan
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsTagger.cs (1)
155cachedTagInformation = new(classify, format, new TagSpan<IntraTextAdornmentTag>(adornmentSpan, InlineHintsTag.Create(
6 references to CachedAdornmentTagSpan
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineHints\InlineHintsTagger.cs (5)
32private readonly EfficientTagger<InlineHintDataTag<CachedAdornmentTagSpan>> _underlyingTagger; 51EfficientTagger<InlineHintDataTag<CachedAdornmentTagSpan>> tagger) 126using var _1 = SegmentedListPool.GetPooledList<TagSpan<InlineHintDataTag<CachedAdornmentTagSpan>>>(out var dataTagSpans); 148TagSpan<InlineHintDataTag<CachedAdornmentTagSpan>> dataTagSpan, bool classify, TextFormattingRunProperties format) 151var cachedTagInformation = dataTagSpan.Tag.AdditionalData;
InlineHints\InlineHintsTaggerProvider.cs (1)
66private readonly InlineHintsDataTaggerProvider<CachedAdornmentTagSpan> _dataTaggerProvider = new(taggerHost, inlineHintKeyProcessor);