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