6 references to OnTagsChanged
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
22
_tagComputer.TagsChanged +=
OnTagsChanged
;
37
_tagComputer.TagsChanged -=
OnTagsChanged
;
InlineHints\InlineHintsTagger.cs (4)
60
_underlyingTagger.TagsChanged +=
OnTagsChanged
;
73
_underlyingTagger.TagsChanged -=
OnTagsChanged
;
86
OnTagsChanged
(this, new SnapshotSpanEventArgs(_subjectBuffer.CurrentSnapshot.GetFullSpan()));
94
OnTagsChanged
(this, new SnapshotSpanEventArgs(_subjectBuffer.CurrentSnapshot.GetFullSpan()));