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