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