3 references to WaitForConnection
dotnet (1)
Installer\Windows\PipeStreamMessageDispatcherBase.cs (1)
60Task connectTask = Task.Factory.StartNew(() => ((NamedPipeServerStream)_pipeStream).WaitForConnection());
VBCSCompiler.UnitTests (2)
VBCSCompilerServerTests.cs (2)
110stream.WaitForConnection(); 159stream.WaitForConnection();