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