mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-25 08:15:15 +00:00
Metadata code cleanup
This commit is contained in:
@@ -30,7 +30,11 @@ namespace SabreTools.Metadata.DatFiles
|
||||
/// <summary>
|
||||
/// Lock for statistics calculation
|
||||
/// </summary>
|
||||
#if NET9_0_OR_GREATER
|
||||
private readonly System.Threading.Lock statsLock = new();
|
||||
#else
|
||||
private readonly object statsLock = new();
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user