4 references to Name
Microsoft.Arcade.Common (1)
NupkgInfoFactory.cs (1)
35
if (entry.
Name
.EndsWith(".nuspec"))
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ZipVerifier.cs (1)
30
if (!relativePath.EndsWith("/") || entry.
Name
!= "")
Microsoft.DotNet.SignTool (1)
src\ZipDataEntry.cs (1)
50
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");