3 references to PreferThrowExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
51
public CodeStyleOption2<bool> PreferThrowExpression => GetOption(CSharpCodeStyleOptions.
PreferThrowExpression
, FallbackSimplifierOptions.PreferThrowExpression);
CSharpSimplifierOptions.cs (1)
45
PreferThrowExpression = options.GetOption(CSharpCodeStyleOptions.
PreferThrowExpression
, fallbackOptions.PreferThrowExpression);
CSharpUseThrowExpressionDiagnosticAnalyzer.cs (1)
20
: base(CSharpCodeStyleOptions.
PreferThrowExpression
)