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