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