1 override of TryGetOptionValue
Test.Utilities (1)
SyntaxTreeCategorizedAnalyzerConfigOptions.cs (1)
62
protected 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)
113
if (
TryGetOptionValue
(optionKeyPrefix, specificOptionKey, optionName, out var valueString))
138
if (
TryGetOptionValue
(optionKeyPrefix, optionKeySuffix: null, optionName, out var valueString))