1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 03:55:41 +00:00

Cleanup static reference counter

This commit is contained in:
Oliver Booth 2022-12-04 13:25:35 +00:00
parent ee7d527ed8
commit 0c0866f54e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -3,7 +3,6 @@
internal static class ObjectReferenceCounter internal static class ObjectReferenceCounter
{ {
private static readonly ReaderWriterLockSlim Rwl = new(); private static readonly ReaderWriterLockSlim Rwl = new();
private static int s_reference = int.MinValue; private static int s_reference = int.MinValue;
internal static int GetNextReference() internal static int GetNextReference()