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

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