1 instantiation of FileRow
Microsoft.DotNet.Build.Tasks.Workloads (1)
Msi\FileRow.wix.cs (1)
92
return new
FileRow
6 references to FileRow
Microsoft.DotNet.Build.Tasks.Workloads (5)
Msi\FileRow.wix.cs (2)
86
/// Creates a new <see cref="
FileRow
"/> instance from the specified <see cref="Record"/>.
90
public static
FileRow
Create(Record fileRecord)
Msi\MsiUtils.wix.cs (3)
47
public static IEnumerable<
FileRow
> GetAllFiles(string packagePath)
52
List<
FileRow
> files = new();
57
files.Add(
FileRow
.Create(fileRecord));
Microsoft.DotNet.Build.Tasks.Workloads.Tests (1)
MsiTests.cs (1)
137
FileRow
fileRow = MsiUtils.GetAllFiles(msiPath).FirstOrDefault();