1 instantiation of Probe
TestingAppHost1.AppHost (1)
TestingAppHostEntryPointProbe.cs (1)
22
return new
Probe
(id, exited.Task);
2 references to Probe
Aspire.Hosting.Testing.Tests (1)
DashboardTestingBuilderTests.cs (1)
166
using
var
probe = TestingAppHostEntryPointProbe.Create();
TestingAppHost1.AppHost (1)
TestingAppHostEntryPointProbe.cs (1)
13
public static
Probe
Create()