2 implementations of GetOptionValue
Test.Utilities (2)
AbstractCategorizedAnalyzerConfigOptions.cs (1)
46public T GetOptionValue<T, TArg>(string optionName, SyntaxTree? tree, DiagnosticDescriptor? rule, TryParseValue<T, TArg> tryParseValue, TArg arg, T defaultValue, OptionKind kind = OptionKind.DotnetCodeQuality)
AggregateCategorizedAnalyzerConfigOptions.cs (1)
100public T GetOptionValue<T, TArg>(string optionName, SyntaxTree? tree, DiagnosticDescriptor? rule, TryParseValue<T, TArg> tryParseValue, TArg arg, T defaultValue, OptionKind kind = OptionKind.DotnetCodeQuality)
1 reference to GetOptionValue
Test.Utilities (1)
AnalyzerOptionsExtensions.cs (1)
462return analyzerConfigOptions.GetOptionValue(