7 references to BlockContents
Microsoft.CodeAnalysis.CSharp.Workspaces (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))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
136(indentBlock ? IndentationPlacement.BlockContents : 0) |
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Formatter\FormatterTests.cs (1)
194Assert.False(formattingOptions.Indentation.HasFlag(IndentationPlacement.BlockContents));