Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs b/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs
index 5364c2b..1994ade 100644
--- a/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs
+++ b/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs
@@ -495,7 +495,7 @@ namespace Mono.Debugging.Client
}
}
- static ConcurrentStack<IntPtr> s_bufferStack = new();
+ static ConcurrentStack<IntPtr> s_bufferStack = new ConcurrentStack<IntPtr>();
static IntPtr GetBuffer()
{