IntroduceVariable\IntroduceLocalForExpressionTests.cs (5)
28{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
36{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
44{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
52{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
368{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, CodeStyleOption2.TrueWithSuggestionEnforcement },
src\Analyzers\CSharp\Tests\UseImplicitOrExplicitType\UseExplicitTypeTests.cs (5)
38{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
46{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
54{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
62{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithError },
70{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithSilent },
src\Analyzers\CSharp\Tests\UseImplicitOrExplicitType\UseImplicitTypeTests.cs (6)
39{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
47{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
55{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
64{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
71{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithError },
79{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithSilent },
src\Analyzers\CSharp\Tests\UseVarTestExtensions.cs (10)
31{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithError },
39{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithError },
47{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithWarning },
55{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithWarning },
63{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
71{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
79{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithSilent },
87{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithSilent },
95{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithNone },
103{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithNone },