10 references to _cache
Microsoft.CodeAnalysis.EditorFeatures.Wpf (10)
InlineHints\InlineHintsTagger.cs (10)
34
/// Stores the snapshot associated with the cached tags in <see cref="
_cache
" />
133
_cache
.Clear();
149
_cache
.Clear();
164
_cache
.Add((tag, tagSpan: null));
173
for (var i = 0; i <
_cache
.Count; i++)
175
var tagSpans =
_cache
[i].mappingTagSpan.Span.GetSpans(snapshot);
181
if (
_cache
[i].tagSpan is not { } hintTagSpan)
184
_cache
[i].mappingTagSpan.Tag.Hint, Format, _textView, tagSpan, _taggerProvider, _formatMap, classify);
187
_cache
[i] = (
_cache
[i].mappingTagSpan, hintTagSpan);