11 references to Name
Microsoft.Arcade.Common (1)
NupkgInfoFactory.cs (1)
35
if (entry.
Name
.EndsWith(".nuspec"))
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (5)
464
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith("testtaskoutputfile.txt"),
524
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith("testtaskoutputfile.txt"),
526
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(symlinkName),
528
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(symlinkLvl2Name),
530
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(emptyFileName),
Microsoft.Build.Tasks.UnitTests (2)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
76
zE => zE.FullName.StartsWith(projectDirectoryPath) && zE.
Name
.EndsWith($"{taskName}-compilation-file.tmp"),
128
zE => zE.FullName.StartsWith(projectDirectory) && zE.
Name
.EndsWith($"{taskName}-compilation-file.tmp"),
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ZipVerifier.cs (1)
30
if (!relativePath.EndsWith("/") || entry.
Name
!= "")
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
202
if (relativePath.EndsWith("/") && entry.
Name
== "")
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
1060
var entry = zip.Entries.First(source => source.
Name
== "word_topic_summary-Result.txt");