1 instantiation of StaticFileItem
dotnet-watch (1)
Watch\MSBuildFileSetResult.cs (1)
31
.Select(entry => new
StaticFileItem
() { FilePath = entry.Key, StaticWebAssetPath = entry.Value }));
2 references to StaticFileItem
dotnet-watch (2)
Watch\MsBuildFileSetFactory.cs (1)
94
foreach (
var
staticFile in projectItems.StaticFiles)
Watch\MSBuildFileSetResult.cs (1)
25
public List<
StaticFileItem
> StaticFiles { get; init; } = [];