5 references to GetCSharpAnalyzerOptions
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
CSharpUseIndexOperatorDiagnosticAnalyzer.cs (1)
180
var option = context.
GetCSharpAnalyzerOptions
().PreferIndexOperator;
CSharpUseNullCheckOverTypeCheckDiagnosticAnalyzer.cs (1)
47
var option = context.
GetCSharpAnalyzerOptions
().PreferNullCheckOverTypeCheck;
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
79
var option = context.
GetCSharpAnalyzerOptions
().PreferRangeOperator;
CSharpUseThrowExpressionDiagnosticAnalyzer.cs (1)
25
=> context.
GetCSharpAnalyzerOptions
().PreferThrowExpression;
UseUtf8StringLiteralDiagnosticAnalyzer.cs (1)
65
var option = context.
GetCSharpAnalyzerOptions
().PreferUtf8StringLiterals;