2 writes to _cachedTags
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (2)
71
_cachedTags
= null;
174
_cachedTags
= cachedTags;
1 reference to _cachedTags
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
208
return (_cachedTaggedSpan,
_cachedTags
);