2 implementations of EndListening
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
78
public void
EndListening
()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
33
public 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
();