4 references to WaitForConnectionAsync
Microsoft.Build (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
390
Task connectionTask = localPipeServer.
WaitForConnectionAsync
();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Program.cs (1)
41
await pipeServer.
WaitForConnectionAsync
().ConfigureAwait(false);
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
390
Task connectionTask = localPipeServer.
WaitForConnectionAsync
();
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.cs (1)
163
TaskToAsyncResult.Begin(
WaitForConnectionAsync
(), callback, state);