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