2 implementations of BeginListening
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
47
public void
BeginListening
()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
27
public 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
();