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