Example #1
0
 public void MVIDBenchmarkPrefetchMetadata()
 {
     if (MVID.TryGetMvidPrefetchMetadata(TestPath, out var mvid))
     {
     }
 }
Example #2
0
 public void MVIDBenchmarkCurrent()
 {
     if (MVID.TryGetMvidCurrent(TestPath, out var mvid))
     {
     }
 }