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