예제 #1
0
 internal Task SetHitCountAsync(int count, CancellationToken ct = default(CancellationToken))
 {
     return(_process.SetBreakpointHitCountAsync(this, count, ct));
 }