2 implementations of KeepAliveReached
VBCSCompiler (1)
DiagnosticListener.cs (1)
51public void KeepAliveReached()
VBCSCompiler.UnitTests (1)
TestableDiagnosticListener.cs (1)
30public void KeepAliveReached() => KeepAliveHit = true;
1 reference to KeepAliveReached
VBCSCompiler (1)
ServerDispatcher.cs (1)
171_diagnosticListener.KeepAliveReached();