Example #1
0
 private void LoadMetrics()
 {
     // Get code metrics (all files from the cache!)
     if (_metricsProvider != null)
     {
         _metrics = _metricsProvider.QueryLinesOfCode(_outputPath);
     }
 }