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)
183
if (!ownedDirectories.Contains(entry.
Name
))
190
entry = entry.WithName($"./{entry.
Name
}");
191
string kind = filePathToKind[entry.
Name
];
198
if (ghostFiles.ContainsKey(entry.
Name
))
201
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")