1 write to VarElsewhere
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\CSharpSimplifierOptions.cs (1)
41VarElsewhere = options.GetOption(CSharpCodeStyleOptions.VarElsewhere);
4 references to VarElsewhere
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Simplification\Reducers\CSharpVarReducer.cs (1)
23options.VarElsewhere.Value;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions.cs (1)
37CSharpSimplifierOptions.Default.VarElsewhere);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\CSharpSimplifierOptions.cs (1)
52var styleForElsewhere = this.VarElsewhere;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeStyle\CSharpTypeStyleHelper.State.cs (1)
40var styleForElsewhere = options.VarElsewhere;