6 references to Smart
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractIndentation.Indenter.cs (1)
84Debug.Assert(indentStyle == FormattingOptions2.IndentStyle.Smart);
IndentationOptions.cs (1)
21public const FormattingOptions2.IndentStyle DefaultIndentStyle = FormattingOptions2.IndentStyle.Smart;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractIndentationService.cs (1)
32if (indentStyle == FormattingOptions2.IndentStyle.Smart &&
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSmartTokenFormatter.cs (1)
110_options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.cs (1)
63if (options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SpecialFormattingOperation.vb (1)
172If _indentStyle <> FormattingOptions2.IndentStyle.Smart Then