2 references to WaitForConnectionAsync
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
97LinkStatus linkStatus = await pipeServer.WaitForConnectionAsync(cancellationToken).ConfigureAwait(false);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
67LinkStatus linkStatus = await _pipeServer.WaitForConnectionAsync(cancellationToken).ConfigureAwait(false);