5 writes to IndentStyle
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (1)
1367IndentStyle = indentStyle
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\TextBufferOptionProviders.cs (1)
64IndentStyle = optionsProvider.GlobalOptions.GetOption(IndentationOptionsStorage.SmartIndent, languageServices.Language)
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorCSharpFormattingInteractionService.cs (1)
61IndentStyle = (FormattingOptions2.IndentStyle)indentStyle
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
96var indentationOptions = new IndentationOptions(Options.FormattingOptions) { IndentStyle = indentStyle };
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IndentationOptionsStorage.cs (1)
21IndentStyle = globalOptions.GetOption(SmartIndent, document.Project.Language)
6 references to IndentStyle
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (1)
235if (options.IndentStyle == FormattingOptions2.IndentStyle.Smart)
BraceCompletion\CurlyBraceCompletionService.cs (1)
78var indentStyle = options.IndentStyle;
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Indentation\CSharpSmartTokenFormatter.cs (1)
108_options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
62if (options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (2)
19var indentStyle = options.IndentStyle; 54this.GetSpecializedIndentationFormattingRule(options.IndentStyle)).AddRange(