11 references to Name
Microsoft.DotNet.Build.Tasks.Installers (11)
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 (5)
184
if (!ownedDirectories.Contains(entry.
Name
))
191
entry = entry.WithName($"./{entry.
Name
}");
192
string kind = filePathToKind[entry.
Name
];
199
if (ghostFiles.ContainsKey(entry.
Name
))
202
ghostFilesFound.Add(entry.
Name
);
src\RpmBuilder.cs (4)
413
baseNames.Add(Path.GetFileName(file.
Name
));
414
string dirName = Path.GetDirectoryName(file.
Name
)!;
473
if (file.
Name
.StartsWith("usr/share/doc") && Path.GetFileName(file.
Name
) == "copyright")