3 references to StringIndentation
Microsoft.CodeAnalysis.EditorFeatures (2)
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
51protected override string FeatureAttributeName => FeatureAttribute.StringIndentation;
StringIndentation\StringIndentationTaggerProvider.cs (1)
39: AsynchronousViewportTaggerProvider<StringIndentationTag>(taggerHost, FeatureAttribute.StringIndentation)
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
73public const string StringIndentation = nameof(StringIndentation);