Skip to content

Commit

Permalink
Merge pull request dotnet#28923 from dotnet/shyamnamboodiripad-addsealed
Browse files Browse the repository at this point in the history
Make PinnedSolutionInfo type sealed
  • Loading branch information
shyamnamboodiripad authored Jul 28, 2018
2 parents 3747d8d + 64a91c2 commit 205ab13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.CodeAnalysis.Execution
/// <summary>
/// Information related to pinned solution
/// </summary>
internal class PinnedSolutionInfo
internal sealed class PinnedSolutionInfo
{
/// <summary>
/// Unique ID for this pinned solution
Expand Down

0 comments on commit 205ab13

Please sign in to comment.