5 references to Name
Aspire.Dashboard (1)
Model\TelemetryImportService.cs (1)
99await ImportCoreAsync(entry.Name, entryStream, allowZipFile: false, cancellationToken).ConfigureAwait(false);
Microsoft.Arcade.Common (1)
NupkgInfoFactory.cs (1)
35if (entry.Name.EndsWith(".nuspec"))
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ZipVerifier.cs (1)
30if (!relativePath.EndsWith("/") || entry.Name != "")
Microsoft.DotNet.SignTool (1)
src\ZipDataEntry.cs (1)
53if (_relativePath.EndsWith("/") && entry.Name == "")
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
1060var entry = zip.Entries.First(source => source.Name == "word_topic_summary-Result.txt");