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