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(); 150_cache.Clear(); 165_cache.Add((tag, tagSpan: null)); 174for (var i = 0; i < _cache.Count; i++) 176var tagSpans = _cache[i].mappingTagSpan.Span.GetSpans(snapshot); 182if (_cache[i].tagSpan is not { } hintTagSpan) 185_cache[i].mappingTagSpan.Tag.Hint, Format, _textView, tagSpan, _taggerProvider, _formatMap, classify); 188_cache[i] = (_cache[i].mappingTagSpan, hintTagSpan);