1 instantiation of WaitStartedNotificationAwaiter
Aspire.Hosting.Tests (1)
EndpointReferenceTests.cs (1)
427_awaiter = new WaitStartedNotificationAwaiter<T>(waitStarted, inner);
2 references to WaitStartedNotificationAwaiter
Aspire.Hosting.Tests (2)
EndpointReferenceTests.cs (2)
423private readonly WaitStartedNotificationAwaiter<T> _awaiter; 429public WaitStartedNotificationAwaiter<T> GetAwaiter() => _awaiter;