Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jan 12, 2022
1 parent 6251c45 commit 0cc8894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Analyzers/Core/Analyzers/Helpers/AnalyzerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ public static T GetOption<T>(this OperationAnalysisContext context, PerLanguageO
return GetOption(analyzerOptions, option, language, syntaxTree, cancellationToken);
}



public static bool TryGetEditorConfigOption<T>(this AnalyzerOptions analyzerOptions, TOption option, SyntaxTree syntaxTree, [MaybeNullWhen(false)] out T value)
{
var configOptions = analyzerOptions.AnalyzerConfigOptionsProvider.GetOptions(syntaxTree);
Expand Down

0 comments on commit 0cc8894

Please sign in to comment.