2 instantiations of ProjectItems
dotnet-watch.Tests (2)
Build\FileSetSerializerTests.cs (2)
47"A.csproj", new ProjectItems() 54"B.csproj", new ProjectItems()
2 references to ProjectItems
dotnet-watch (1)
Watch\MSBuildFileSetResult.cs (1)
12public required Dictionary<string, ProjectItems> Projects { get; init; }
dotnet-watch.Tests (1)
Build\FileSetSerializerTests.cs (1)
19foreach (var item in fileSetResult.Projects.Values)