1 override of TryGetOptionValue
Test.Utilities (1)
SyntaxTreeCategorizedAnalyzerConfigOptions.cs (1)
62protected override bool TryGetOptionValue(string optionKeyPrefix, string? optionKeySuffix, string optionName, [NotNullWhen(returnValue: true)] out string? valueString)
2 references to TryGetOptionValue
Test.Utilities (2)
AbstractCategorizedAnalyzerConfigOptions.cs (2)
113if (TryGetOptionValue(optionKeyPrefix, specificOptionKey, optionName, out var valueString)) 138if (TryGetOptionValue(optionKeyPrefix, optionKeySuffix: null, optionName, out var valueString))