4 references to TryGetOptionValue
Test.Utilities (4)
AbstractCategorizedAnalyzerConfigOptions.cs (2)
31
if (
TryGetOptionValue
(
48
if (
TryGetOptionValue
(optionName, kind, rule, tryParseValue, arg, defaultValue, out var value))
AggregateCategorizedAnalyzerConfigOptions.cs (2)
126
return _globalOptions.Value.
TryGetOptionValue
(optionName, kind, rule, tryParseValue, arg, defaultValue, out value);
130
lazyTreeOptions.Value.
TryGetOptionValue
(optionName, kind, rule, tryParseValue, arg, defaultValue, out value);