IntroduceVariable\IntroduceLocalForExpressionTests.cs (5)
28{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
36{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
44{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
52{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
391{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, CodeStyleOption2.TrueWithSuggestionEnforcement },
UseExplicitTypeTests.cs (5)
42{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
50{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
58{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
66{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithError },
74{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithSilent },
UseImplicitTypeTests.cs (6)
43{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
51{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
59{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
68{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
75{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithError },
83{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithSilent },
UseVarTestExtensions.cs (10)
34{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithError },
42{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithError },
50{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithWarning },
58{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithWarning },
66{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithInfo },
74{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithInfo },
82{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithSilent },
90{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithSilent },
98{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, offWithNone },
106{ CSharpCodeStyleOptions.VarWhenTypeIsApparent, onWithNone },