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