9 references to Name
Aspire.Dashboard (1)
Model\TelemetryImportService.cs (1)
100
await ImportCoreAsync(entry.
Name
, entryStream, allowZipFile: false, cancellationToken).ConfigureAwait(false);
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
113
if (mibcDataEntry == null || !mibcDataEntry.
Name
.EndsWith(".dll"))
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
113
if (mibcDataEntry == null || !mibcDataEntry.
Name
.EndsWith(".dll"))
Microsoft.Arcade.Common (1)
NupkgInfoFactory.cs (1)
35
if (entry.
Name
.EndsWith(".nuspec"))
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
1060
var entry = zip.Entries.First(source => source.
Name
== "word_topic_summary-Result.txt");
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (2)
73
if (parentDir != null && !string.IsNullOrEmpty(entry.
Name
))
75
string unescaped = Uri.UnescapeDataString(entry.
Name
);
NuGet.Packaging (2)
PackageArchiveReader.cs (2)
419
string.Equals(signatureEntry.
Name
, SigningSpecifications.SignaturePath, StringComparison.Ordinal))
560
!string.Equals(signatureEntry.
Name
, SigningSpecifications.SignaturePath, StringComparison.Ordinal))