5 references to CreateEntryFromFile
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
345archive.CreateEntryFromFile(originalPath, reproPackagePath); 353archive.CreateEntryFromFile(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
ilc (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
345archive.CreateEntryFromFile(originalPath, reproPackagePath); 353archive.CreateEntryFromFile(originalPdbPath, Path.ChangeExtension(reproPackagePath, "pdb"));
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
41zip.CreateEntryFromFile(filePath, entryName);