2 references to AllowStatementImmediatelyAfterBlock
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
69
public CodeStyleOption2<bool> AllowStatementImmediatelyAfterBlock => GetOption(CodeStyleOptions2.
AllowStatementImmediatelyAfterBlock
);
src\Analyzers\Core\Analyzers\NewLines\ConsecutiveStatementPlacement\AbstractConsecutiveStatementPlacementDiagnosticAnalyzer.cs (1)
24
CodeStyleOptions2.
AllowStatementImmediatelyAfterBlock
,