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