IntroduceVariable\IntroduceLocalForExpressionTests.cs (5)
27{ CSharpCodeStyleOptions.VarElsewhere, onWithInfo },
35{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
43{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
51{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
367{ CSharpCodeStyleOptions.VarElsewhere, CodeStyleOption2.TrueWithSuggestionEnforcement },
src\Analyzers\CSharp\Tests\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionTests.cs (7)
1288{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1352{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1416{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1488{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1552{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1616{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
1680{ CSharpCodeStyleOptions.VarElsewhere, true, NotificationOption2.Silent },
src\Analyzers\CSharp\Tests\UseImplicitOrExplicitType\UseExplicitTypeTests.cs (5)
37{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
45{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
53{ CSharpCodeStyleOptions.VarElsewhere, onWithInfo },
61{ CSharpCodeStyleOptions.VarElsewhere, offWithWarning },
69{ CSharpCodeStyleOptions.VarElsewhere, offWithSilent },
src\Analyzers\CSharp\Tests\UseImplicitOrExplicitType\UseImplicitTypeTests.cs (6)
38{ CSharpCodeStyleOptions.VarElsewhere, onWithInfo },
46{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
54{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
62{ CSharpCodeStyleOptions.VarElsewhere, onWithInfo },
70{ CSharpCodeStyleOptions.VarElsewhere, onWithWarning },
78{ CSharpCodeStyleOptions.VarElsewhere, onWithSilent },
src\Analyzers\CSharp\Tests\UseVarTestExtensions.cs (10)
30{ CSharpCodeStyleOptions.VarElsewhere, offWithError },
38{ CSharpCodeStyleOptions.VarElsewhere, onWithError },
46{ CSharpCodeStyleOptions.VarElsewhere, offWithWarning },
54{ CSharpCodeStyleOptions.VarElsewhere, onWithWarning },
62{ CSharpCodeStyleOptions.VarElsewhere, offWithInfo },
70{ CSharpCodeStyleOptions.VarElsewhere, onWithInfo },
78{ CSharpCodeStyleOptions.VarElsewhere, offWithSilent },
86{ CSharpCodeStyleOptions.VarElsewhere, onWithSilent },
94{ CSharpCodeStyleOptions.VarElsewhere, offWithNone },
102{ CSharpCodeStyleOptions.VarElsewhere, onWithNone },