Use the new more efficient .NET 9 Lock type (#18015)

This commit is contained in:
Henrik
2025-01-20 11:41:13 +01:00
committed by GitHub
parent 87916eb9cf
commit ed08923b46
32 changed files with 37 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Cms.Core.Diagnostics;
// which itself got it from http://blog.kalmbach-software.de/2008/12/13/writing-minidumps-in-c/
public static class MiniDump
{
private static readonly object LockO = new();
private static readonly Lock LockO = new();
[Flags]
public enum Option : uint