1 write to _diagnosticListener
VBCSCompiler (1)
ServerDispatcher.cs (1)
71
_diagnosticListener
= diagnosticListener ?? new EmptyDiagnosticListener();
4 references to _diagnosticListener
VBCSCompiler (4)
ServerDispatcher.cs (4)
154
_diagnosticListener
.ConnectionReceived();
171
_diagnosticListener
.KeepAliveReached();
313
_diagnosticListener
.ConnectionCompleted(completionData);
328
_diagnosticListener
.UpdateKeepAlive(keepAlive);