1 instantiation of StringIndentationTag
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
StringIndentation\StringIndentationTaggerProvider.cs (1)
116new StringIndentationTag(
12 references to StringIndentationTag
Microsoft.CodeAnalysis.EditorFeatures.Wpf (12)
StringIndentation\StringIndentationAdornmentManager.cs (2)
20internal partial class StringIndentationAdornmentManager : AbstractAdornmentManager<StringIndentationTag> 60var tag = tagMappingSpan.Tag;
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
26AbstractAdornmentManagerProvider<StringIndentationTag>
StringIndentation\StringIndentationTag.cs (3)
19internal class StringIndentationTag : BrushTag, IEquatable<StringIndentationTag> 47=> Equals(obj as StringIndentationTag); 49public bool Equals(StringIndentationTag? other)
StringIndentation\StringIndentationTaggerProvider.cs (6)
36[TagType(typeof(StringIndentationTag))] 39internal sealed partial class StringIndentationTaggerProvider : AsynchronousTaggerProvider<StringIndentationTag> 84TaggerContext<StringIndentationTag> context, DocumentSnapshotSpan documentSnapshotSpan, int? caretPosition, CancellationToken cancellationToken) 114context.AddTag(new TagSpan<StringIndentationTag>( 123protected override bool TagEquals(StringIndentationTag tag1, StringIndentationTag tag2)