private void Invalidate() { // fire and forget // this get called from roslyn remote host InvalidatedAsync?.InvokeAsync(this, EventArgs.Empty); }
public void Refresh() => _ = InvalidatedAsync?.InvokeAsync(this, EventArgs.Empty);