2 references to GetLanguageOption
Microsoft.CodeAnalysis.Features (2)
AbstractAddRequiredParenthesesDiagnosticAnalyzer.cs (1)
116var preference = ParenthesesDiagnosticAnalyzersHelper.GetLanguageOption(options, childPrecedenceKind);
AbstractRemoveUnnecessaryParenthesesDiagnosticAnalyzer.cs (1)
86var preference = ParenthesesDiagnosticAnalyzersHelper.GetLanguageOption(options, precedence);