14 references to Name
Microsoft.Arcade.Common (1)
NupkgInfoFactory.cs (1)
35if (entry.Name.EndsWith(".nuspec"))
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (5)
451zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith("testtaskoutputfile.txt"), 511zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith("testtaskoutputfile.txt"), 513zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(symlinkName), 515zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(symlinkLvl2Name), 517zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(emptyFileName),
Microsoft.Build.Tasks.UnitTests (2)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
76zE => zE.FullName.StartsWith(projectDirectoryPath) && zE.Name.EndsWith($"{taskName}-compilation-file.tmp"), 128zE => zE.FullName.StartsWith(projectDirectory) && zE.Name.EndsWith($"{taskName}-compilation-file.tmp"),
Microsoft.DotNet.PackageInstall.Tests (3)
EndToEndToolTests.cs (3)
423var nuspecEntry = zipArchive.Entries.First(e => e.Name.EndsWith("nuspec")!); 438var runtimesEntries = zipArchive.Entries.Select(e => e.Name.Contains("/runtimes/")); 496var nuspecEntry = zipArchive.Entries.First(e => e.Name == "DotnetToolSettings.xml")!;
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");