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