3 references to WaitForConnectionAsync
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
225
await serverStream.
WaitForConnectionAsync
().ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Program.cs (1)
53
await pipeServer.
WaitForConnectionAsync
().ConfigureAwait(false);
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeServerStream.cs (1)
163
TaskToAsyncResult.Begin(
WaitForConnectionAsync
(), callback, state);