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