9 references to Name
Microsoft.DotNet.Build.Tasks.Installers (9)
src\CpioWriter.cs (2)
36
writer.Write((entry.
Name
.Length + 1).ToString("x8")); // This field should include the null terminator.
39
writer.Write(entry.
Name
);
src\CreateRpmPackage.cs (3)
127
if (!ownedDirectories.Contains(entry.
Name
))
134
entry = entry.WithName($"./{entry.
Name
}");
135
string kind = filePathToKind[entry.
Name
];
src\RpmBuilder.cs (4)
280
baseNames.Add(Path.GetFileName(file.
Name
));
281
string dirName = Path.GetDirectoryName(file.
Name
)!;
340
if (file.
Name
.StartsWith("usr/share/doc") && Path.GetFileName(file.
Name
) == "copyright")