15 references to AddTag
Microsoft.CodeAnalysis.EditorFeatures (11)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (2)
174context.AddTag(snapshot.GetTagSpan(braces.Value.LeftSpan.ToSpan(), BraceHighlightTag.StartTag)); 175context.AddTag(snapshot.GetTagSpan(braces.Value.RightSpan.ToSpan(), BraceHighlightTag.EndTag));
BracePairs\BracePairsTaggerProvider.cs (1)
103context.AddTag(new TagSpan<IBracePairTag>(
Classification\Semantic\ClassificationUtilities.cs (1)
171context.AddTag(Convert(typeMap, snapshotSpan.Snapshot, span));
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
215context.AddTag(tagSpan);
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
134context.AddTag(tagSpan);
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
98context.AddTag(new TagSpan<ITextMarkerTag>(snapshotSpan, ActiveStatementTag.Instance));
InlineHints\InlineHintsDataTaggerProvider.cs (1)
124context.AddTag(new TagSpan<InlineHintDataTag>(
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
122context.AddTag(new TagSpan<KeywordHighlightTag>(span.ToSnapshotSpan(snapshot), KeywordHighlightTag.Instance));
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
195context.AddTag(new TagSpan<NavigableHighlightTag>(
Structure\AbstractStructureTaggerProvider.cs (1)
223context.AddTag(new TagSpan<IStructureTag>(span.TextSpan.ToSnapshotSpan(snapshot), tag));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Tagging\AsynchronousTaggerTests.cs (1)
180context.AddTag(tag);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
LineSeparators\LineSeparatorTaggerProvider.cs (1)
115context.AddTag(new TagSpan<LineSeparatorTag>(span.ToSnapshotSpan(snapshotSpan.Snapshot), tag));
StringIndentation\StringIndentationTaggerProvider.cs (1)
114context.AddTag(new TagSpan<StringIndentationTag>(
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
148context.AddTag(new TagSpan<InheritanceMarginTag>(