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)); 173for (var i = 0; i < _cache.Count; i++) 175var tagSpans = _cache[i].mappingTagSpan.Span.GetSpans(snapshot); 181if (_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);