Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed May 2, 2022
1 parent dca19a9 commit de4064f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private sealed class RazorDesignTimeAnalyzerConfigOptions : AnalyzerConfigOption
public RazorDesignTimeAnalyzerConfigOptions(HostWorkspaceServices services)
{
// not available OOP:
_globalOptions = services.GetService<ILegacyGlobalOptionsWorkspaceService>());
_globalOptions = services.GetService<ILegacyGlobalOptionsWorkspaceService>();
}

public override bool TryGetValue(string key, [NotNullWhen(true)] out string? value)
Expand Down

0 comments on commit de4064f

Please sign in to comment.