1 instantiation of ProjectItems
DotNetWatchTasks (1)
FileSetSerializer.cs (1)
38
projectItems.Add(projectFullPath, project = new
ProjectItems
());
3 references to ProjectItems
DotNetWatchTasks (3)
FileSetSerializer.cs (2)
22
var projectItems = new Dictionary<string,
ProjectItems
>();
36
if (!projectItems.TryGetValue(projectFullPath, out
var
project))
MSBuildFileSetResult.cs (1)
12
public required Dictionary<string,
ProjectItems
> Projects { get; init; }