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