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