5 references to BlockContents
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
CSharpFormattingOptions2.cs (1)
203CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.BlockContents))
CSharpSyntaxFormattingOptions.cs (3)
48IndentationPlacement.BlockContents | 106(options.GetOption(CSharpFormattingOptions2.IndentBlock, fallbackOptions.Indentation.HasFlag(IndentationPlacement.BlockContents)) ? IndentationPlacement.BlockContents : 0) |
IndentBlockFormattingRule.cs (1)
232if (node is BlockSyntax && !_options.Indentation.HasFlag(IndentationPlacement.BlockContents))