16 references to WaitForValueAsync
Microsoft.AspNetCore.Hosting.Tests (16)
HostingApplicationDiagnosticsTests.cs (8)
73await currentRequestValues.WaitForValueAsync(2); 74await failedRequestValues.WaitForValueAsync(0); 82await currentRequestValues.WaitForValueAsync(0); 83await failedRequestValues.WaitForValueAsync(0); 104await currentRequestValues.WaitForValueAsync(2); 105await failedRequestValues.WaitForValueAsync(0); 116await currentRequestValues.WaitForValueAsync(0); 117await failedRequestValues.WaitForValueAsync(2);
Internal\HostingEventSourceTests.cs (8)
211await currentRequestValues.WaitForValueAsync(1); 212await failedRequestValues.WaitForValueAsync(0); 218await currentRequestValues.WaitForValueAsync(0); 219await failedRequestValues.WaitForValueAsync(0); 225await currentRequestValues.WaitForValueAsync(1); 226await failedRequestValues.WaitForValueAsync(0); 234await currentRequestValues.WaitForValueAsync(0); 235await failedRequestValues.WaitForValueAsync(1);