Exemple #1
0
 internal Task <int> GetHitCountAsync()
 {
     return(_process.GetBreakPointHitCountAsync(this));
 }