Skip to content

Commit

Permalink
Set Lock class to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Aug 13, 2024
1 parent 29b62b2 commit 4054322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/Lock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace System.Threading;
/// <summary>
/// A backport of .NET 9.0+'s System.Threading.Lock.
/// </summary>
public sealed class Lock
internal sealed class Lock
{
#pragma warning disable CS9216 // A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
/// <summary>
Expand Down

0 comments on commit 4054322

Please sign in to comment.