1 instantiation of Testable
NuGet.Packaging (1)
PackageExtraction\ZipArchiveExtensions.cs (1)
81
public static Testable Default { get; } = new
Testable
(EnvironmentVariableWrapper.Instance);
3 references to Testable
NuGet.Packaging (3)
PackageExtraction\ZipArchiveExtensions.cs (3)
71
Testable
.Default.UpdateFileTimeFromEntry(entry, fileFullPath, logger);
76
Testable
.Default.UpdateFileTimeEntry(fileFullPath, dateTime);
81
public static
Testable
Default { get; } = new Testable(EnvironmentVariableWrapper.Instance);