4 references to s_breakpoints
TestingAppHost1.AppHost (4)
TestingAppHostEntryPointProbe.cs (4)
50
if (!
s_breakpoints
.TryAdd(id, signal))
69
if (!
s_breakpoints
.TryGetValue(id, out var signal))
81
s_breakpoints
.TryRemove(id, out _);
122
s_breakpoints
.TryRemove(Id, out _);