1 instantiation of BreakpointProbe
TestingAppHost1.AppHost (1)
TestingAppHostEntryPointProbe.cs (1)
55return new BreakpointProbe(id, signal.Reached, signal.Continue);
2 references to BreakpointProbe
Aspire.Hosting.Testing.Tests (1)
DashboardUrlTests.cs (1)
89using var breakpoint = TestingAppHostEntryPointProbe.CreateBreakpoint();
TestingAppHost1.AppHost (1)
TestingAppHostEntryPointProbe.cs (1)
44public static BreakpointProbe CreateBreakpoint()