Esempio n. 1
0
        public override string GetCachePath()
        {
            var cachePath = ClrDumpCache.GetCachePath(FileInfo.FullName);

            return(cachePath);
        }
Esempio n. 2
0
 public void InitCache(CancellationToken token)
 {
     cache = new ClrDumpCache(this);
     cache.Init(token);
 }
Esempio n. 3
0
 public override string GetCachePath() => ClrDumpCache.GetCachePath(FileInfo.FullName);