11 references to StringIndentationTag
Microsoft.CodeAnalysis.EditorFeatures.Wpf (11)
StringIndentation\StringIndentationAdornmentManager.cs (1)
20internal partial class StringIndentationAdornmentManager : AbstractAdornmentManager<StringIndentationTag>
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
26AbstractAdornmentManagerProvider<StringIndentationTag>
StringIndentation\StringIndentationTag.cs (3)
18internal class StringIndentationTag : BrushTag, IEquatable<StringIndentationTag> 46=> Equals(obj as StringIndentationTag); 48public bool Equals(StringIndentationTag? other)
StringIndentation\StringIndentationTaggerProvider.cs (6)
31[TagType(typeof(StringIndentationTag))] 39: AsynchronousViewportTaggerProvider<StringIndentationTag>(taggerHost, FeatureAttribute.StringIndentation) 72TaggerContext<StringIndentationTag> context, DocumentSnapshotSpan documentSnapshotSpan, CancellationToken cancellationToken) 102context.AddTag(new TagSpan<StringIndentationTag>( 111protected override bool TagEquals(StringIndentationTag tag1, StringIndentationTag tag2)