2 implementations of EndListening
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
78public void EndListening()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
33public void EndListening()
3 references to EndListening
VBCSCompiler (3)
IClientConnection.cs (2)
37/// called but before <see cref="EndListening"/> is called). 48/// received. If this is called after <see cref="EndListening"/> is called then an exception
ServerDispatcher.cs (1)
100_clientConnectionHost.EndListening();