1 write to _options
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
IndentUserSettingsFormattingRule.cs (1)
25_options = options;
2 references to _options
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
IndentUserSettingsFormattingRule.cs (2)
32if (_options.Indentation.HasFlag(IndentationPlacement.Braces) == newOptions.Indentation.HasFlag(IndentationPlacement.Braces)) 52if (_options.Indentation.HasFlag(IndentationPlacement.Braces))