コード例 #1
0
 private void Invalidate()
 {
     // fire and forget
     // this get called from roslyn remote host
     InvalidatedAsync?.InvokeAsync(this, EventArgs.Empty);
 }
コード例 #2
0
ファイル: CodeLensDataPoint.cs プロジェクト: bert2/microscope
 public void Refresh() => _ = InvalidatedAsync?.InvokeAsync(this, EventArgs.Empty);