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