Skip to content

Commit

Permalink
Merge pull request #52370 from dotnet/merges/release/dev16.10-to-main
Browse files Browse the repository at this point in the history
Merge release/dev16.10 to main
  • Loading branch information
allisonchou authored Apr 2, 2021
2 parents 6546dbc + 934aedf commit d8dd359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Workspaces/Core/Portable/Options/OptionSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public abstract partial class OptionSet

private readonly Func<OptionKey, object?> _getOptionCore;

public OptionSet()
protected OptionSet()
{
_getOptionCore = GetOptionCore;
}
Expand Down

0 comments on commit d8dd359

Please sign in to comment.