Skip to content

Commit

Permalink
Make the field readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed May 22, 2023
1 parent d5aa011 commit d8010bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ internal void Clear()
}

private readonly ExecutionContext _context;
private ConcurrentDictionary<string, ConcurrentDictionary<int, LineBreakpoint>> _pendingBreakpoints;
private readonly ConcurrentDictionary<string, ConcurrentDictionary<int, LineBreakpoint>> _pendingBreakpoints;
private readonly ConcurrentDictionary<string, Tuple<WeakReference, ConcurrentDictionary<int, LineBreakpoint>>> _boundBreakpoints;
private readonly ConcurrentDictionary<int, CommandBreakpoint> _commandBreakpoints;
private readonly ConcurrentDictionary<string, ConcurrentDictionary<int, VariableBreakpoint>> _variableBreakpoints;
Expand Down

0 comments on commit d8010bf

Please sign in to comment.