2 references to WaitAny
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\SemaphoreExtensions.cs (1)
17var signalledIndex = WaitHandle.WaitAny(new[] { semaphore, cancellationToken.WaitHandle });
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1080int index = WaitHandle.WaitAny(_readEventHandles);