19 references to WaitAny
Microsoft.Build (13)
BackEnd\Client\MSBuildClient.cs (1)
387int index = WaitHandle.WaitAny(waitHandles);
BackEnd\Client\MSBuildClientPacketPump.cs (1)
229int waitId = WaitHandle.WaitAny(handles);
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
435int waitId = WaitHandle.WaitAny(handles);
BackEnd\Components\Logging\LoggingService.cs (1)
1522WaitHandle.WaitAny(waitHandlesForNextEvent);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (4)
414handle = WaitHandle.WaitAny(handles); 457int handle = WaitHandle.WaitAny(handles); 520waitResult = WaitHandle.WaitAny(waitHandles); 998handle = WaitHandle.WaitAny(handles);
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
134WaitHandle.WaitAny([_responseReceivedEvent, ShutdownEvent]);
BackEnd\Node\InProcNode.cs (1)
151int index = WaitHandle.WaitAny(waitHandles);
BackEnd\Node\OutOfProcNode.cs (1)
263int index = WaitHandle.WaitAny(waitHandles);
BackEnd\Node\OutOfProcServerNode.cs (1)
154int index = WaitHandle.WaitAny(waitHandles);
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
672int waitId = WaitHandle.WaitAny(handles);
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
975int notificationIndex = WaitHandle.WaitAny(notifications);
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
322WaitHandle.WaitAny([waitHandle, cancellationToken.WaitHandle]); 375WaitHandle.WaitAny([waitHandle, cancellationToken.WaitHandle]);
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
885int index = WaitHandle.WaitAny(waitHandles);
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
672int waitId = WaitHandle.WaitAny(handles);
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1080int index = WaitHandle.WaitAny(_readEventHandles);