2 implementations of BeginListening
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
47public void BeginListening()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
27public void BeginListening()
2 references to BeginListening
VBCSCompiler (2)
IClientConnection.cs (1)
36/// True when the host is listening for new connections (after <see cref="BeginListening"/> is
ServerDispatcher.cs (1)
89_clientConnectionHost.BeginListening();