3 references to StringIndentation
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
51
protected override string FeatureAttributeName => FeatureAttribute.
StringIndentation
;
StringIndentation\StringIndentationTaggerProvider.cs (1)
53
: base(threadingContext, globalOptions, visibilityTracker, listenerProvider.GetListener(FeatureAttribute.
StringIndentation
))
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
62
public const string StringIndentation = nameof(
StringIndentation
);