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