14 references to AllowEmbeddedStatementsOnSameLine
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
50
public CodeStyleOption2<bool> AllowEmbeddedStatementsOnSameLine => GetOption(CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, FallbackSimplifierOptions.AllowEmbeddedStatementsOnSameLine);
CSharpSimplifierOptions.cs (1)
43
AllowEmbeddedStatementsOnSameLine = options.GetOption(CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, fallbackOptions.AllowEmbeddedStatementsOnSameLine);
EmbeddedStatementPlacementDiagnosticAnalyzer.cs (1)
22
CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (11)
EmbeddedStatementPlacementTests.cs (11)
37
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
67
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
86
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, true, NotificationOption2.Suggestion } }
110
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
144
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
176
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
206
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
238
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
269
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
306
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }
339
Options = { { CSharpCodeStyleOptions.
AllowEmbeddedStatementsOnSameLine
, CodeStyleOption2.FalseWithSuggestionEnforcement } }