2 references to RaiseTagsChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
64
RaiseTagsChanged
(snapshot.TextBuffer, new DiffResult(added: null, removed: new(oldTagTree.GetSpans(snapshot).Select(s => s.Span))));
157
RaiseTagsChanged
(snapshot.TextBuffer, difference);