1 write to VarElsewhere
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSimplifierOptions.cs (1)
41
VarElsewhere
= options.GetOption(CSharpCodeStyleOptions.VarElsewhere, fallbackOptions.VarElsewhere);
8 references to VarElsewhere
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpAnalyzerOptionsProvider.cs (1)
48
public CodeStyleOption2<bool> VarElsewhere => GetOption(CSharpCodeStyleOptions.VarElsewhere, FallbackSimplifierOptions.
VarElsewhere
);
CSharpTypeStyleDiagnosticAnalyzerBase.cs (1)
43
csOptions.
VarElsewhere
.Notification.Severity is ReportDiagnostic.Warn or ReportDiagnostic.Error);
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CSharpCodeFixOptionsProvider.cs (1)
58
public CodeStyleOption2<bool> VarElsewhere => GetOption(CSharpCodeStyleOptions.VarElsewhere, FallbackSimplifierOptions.
VarElsewhere
);
CSharpCodeStyleOptions.cs (1)
37
CSharpSimplifierOptions.Default.
VarElsewhere
);
CSharpSimplifierOptions.cs (2)
41
VarElsewhere = options.GetOption(CSharpCodeStyleOptions.VarElsewhere, fallbackOptions.
VarElsewhere
);
52
var styleForElsewhere = this.
VarElsewhere
;
CSharpTypeStyleHelper.State.cs (1)
39
var styleForElsewhere = options.
VarElsewhere
;
Simplification\Reducers\CSharpVarReducer.cs (1)
23
options.
VarElsewhere
.Value;