4 references to SetSpansTagged
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Semantic\ClassificationUtilities.cs (1)
176context.SetSpansTagged(ImmutableArray.Create(snapshotSpan));
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
103context.SetSpansTagged(ImmutableArray.Create(spanToTag.SnapshotSpan));
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
109context.SetSpansTagged(ImmutableArray<SnapshotSpan>.Empty);
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
133context.SetSpansTagged(ImmutableArray<SnapshotSpan>.Empty);