10 references to GetEntry
Aspire.Cli.Tests (1)
Commands\ExportCommandTests.cs (1)
758var entry = archive.GetEntry(entryName);
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
831var logEntry = archive.GetEntry("structuredlogs/JapaneseService.json");
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
106ZipArchiveEntry mibcDataEntry = zipFile.GetEntry(Path.GetFileName(filename) + ".dll");
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
106ZipArchiveEntry mibcDataEntry = zipFile.GetEntry(Path.GetFileName(filename) + ".dll");
Microsoft.DotNet.ApiSymbolExtensions (1)
AssemblySymbolLoader.cs (1)
193ZipArchiveEntry? entry = zipFile.GetEntry(relativePaths[i]);
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
OptProf\GenerateTrainingInputFiles.cs (1)
101var entry = archive.GetEntry("manifest.json");
NuGet.Packaging (2)
PackageArchiveReader.cs (2)
416var signatureEntry = zip.GetEntry(SigningSpecifications.SignaturePath); 557var signatureEntry = zip.GetEntry(SigningSpecifications.SignaturePath);
System.IO.Packaging (2)
System\IO\Packaging\ZipPackage.cs (2)
114ZipArchiveEntry? zipArchiveEntry = _zipArchive.GetEntry(partZipName); 1443ZipArchiveEntry? entry = _zipArchive.GetEntry(zipFileInfoName);