4 references to IndentStyle
Microsoft.CodeAnalysis.Workspaces (4)
Formatting\FormattingOptions.cs (2)
27
public static PerLanguageOption<
IndentStyle
> SmartIndent { get; } = (PerLanguageOption<
IndentStyle
>)FormattingOptions2.SmartIndent.PublicOption!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (2)
14
using PublicIndentStyle = Microsoft.CodeAnalysis.Formatting.FormattingOptions.
IndentStyle
;
66
.WithPublicOption(PublicFeatureName, "SmartIndent", static value => (
PublicIndentStyle
)value, static value => (IndentStyle)value);