7 references to AddTag
Microsoft.CodeAnalysis.EditorFeatures (7)
BracePairs\BracePairsTaggerProvider.cs (1)
68context.AddTag(new TagSpan<IBracePairTag>(
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
255context.AddTag(ClassificationUtilities.Convert(_typeMap, snapshot, classifiedSpan));
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
81context.AddTag(new TagSpan<ITextMarkerTag>(snapshotSpan, ActiveStatementTag.Instance));
InlineHints\InlineHintsDataTaggerProvider.cs (1)
99context.AddTag(new TagSpan<InlineHintDataTag<TAdditionalInformation>>(
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
110context.AddTag(new TagSpan<KeywordHighlightTag>(span.ToSnapshotSpan(snapshot), KeywordHighlightTag.Instance));
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
192context.AddTag(new TagSpan<NavigableHighlightTag>(
Structure\AbstractStructureTaggerProvider.cs (1)
217context.AddTag(new TagSpan<IContainerStructureTag>(span.TextSpan.ToSnapshotSpan(snapshot), tag));