1 instantiation of WithWaitStartedNotification
Aspire.Hosting.Tests (1)
EndpointReferenceTests.cs (1)
391
var consumer = new
WithWaitStartedNotification
<string?>(waitStarted, endpointRef.GetValueAsync(CancellationToken.None).GetAwaiter());
1 reference to WithWaitStartedNotification
Aspire.Hosting.Tests (1)
EndpointReferenceTests.cs (1)
391
var
consumer = new WithWaitStartedNotification<string?>(waitStarted, endpointRef.GetValueAsync(CancellationToken.None).GetAwaiter());