10 references to Name
Microsoft.Build.Engine.UnitTests (5)
BinaryLogger_Tests.cs (5)
465
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith("testtaskoutputfile.txt"),
525
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith("testtaskoutputfile.txt"),
527
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(symlinkName),
529
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(symlinkLvl2Name),
531
zipArchive.Entries.ShouldContain(zE => zE.
Name
.EndsWith(emptyFileName),
Microsoft.Build.Tasks.UnitTests (2)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
77
zE => zE.FullName.StartsWith(projectDirectoryPath) && zE.
Name
.EndsWith($"{taskName}-compilation-file.tmp"),
129
zE => zE.FullName.StartsWith(projectDirectory) && zE.
Name
.EndsWith($"{taskName}-compilation-file.tmp"),
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
147
if (relativePath.EndsWith("/") && entry.
Name
== "")
Microsoft.DotNet.VersionTools (1)
Automation\NupkgInfoFactory.cs (1)
40
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");