5 writes to IndentStyle
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (1)
1462IndentStyle = indentStyle
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\TextBufferOptionProviders.cs (1)
68IndentStyle = optionsProvider.GlobalOptions.GetOption(IndentationOptionsStorage.SmartIndent, languageServices.Language)
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorCSharpFormattingInteractionService.cs (1)
54IndentStyle = (FormattingOptions2.IndentStyle)indentStyle
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
98var indentationOptions = new IndentationOptions(Options.FormattingOptions) { IndentStyle = indentStyle };
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IndentationOptionsStorage.cs (1)
21IndentStyle = globalOptions.GetOption(SmartIndent, document.Project.Language)
7 references to IndentStyle
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (1)
223if (options.IndentStyle == FormattingOptions2.IndentStyle.Smart)
BraceCompletion\CurlyBraceCompletionService.cs (1)
86var indentStyle = options.IndentStyle;
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpIndentationService.cs (1)
63if (options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
CSharpSmartTokenFormatter.cs (1)
110_options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
46Dim rules = ImmutableArray.Create(New SpecialFormattingRule(options.IndentStyle), baseIndentationRule).
Microsoft.CodeAnalysis.Workspaces (2)
AbstractIndentationService.cs (2)
22var indentStyle = options.IndentStyle; 57this.GetSpecializedIndentationFormattingRule(options.IndentStyle)).AddRange(