3 writes to AllowStatementImmediatelyAfterBlock
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
92AllowStatementImmediatelyAfterBlock = options.GetOption(CodeStyleOptions2.AllowStatementImmediatelyAfterBlock, language, fallbackOptions.AllowStatementImmediatelyAfterBlock);
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Remote\ServiceDescriptorTests.cs (2)
274AllowStatementImmediatelyAfterBlock = new CodeStyleOption2<bool>(true, NotificationOption2.Error), 295AllowStatementImmediatelyAfterBlock = new CodeStyleOption2<bool>(false, NotificationOption2.Error),
3 references to AllowStatementImmediatelyAfterBlock
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
96public CodeStyleOption2<bool> AllowStatementImmediatelyAfterBlock => GetOption(CodeStyleOptions2.AllowStatementImmediatelyAfterBlock, FallbackCodeStyleOptions.AllowStatementImmediatelyAfterBlock);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
334IdeCodeStyleOptions.CommonDefaults.AllowStatementImmediatelyAfterBlock);
IdeCodeStyleOptions.cs (1)
92AllowStatementImmediatelyAfterBlock = options.GetOption(CodeStyleOptions2.AllowStatementImmediatelyAfterBlock, language, fallbackOptions.AllowStatementImmediatelyAfterBlock);