2 implementations of IsListening
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
39public bool IsListening { get; private set; }
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
20public bool IsListening { get; set; }
2 references to IsListening
VBCSCompiler (2)
ServerDispatcher.cs (2)
98if (_clientConnectionHost.IsListening) 223Debug.Assert(_clientConnectionHost.IsListening);