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