3 references to Children
dotnet (1)
MsbuildProject.cs (1)
241
if (itemGroup.
Children
.Count == 0)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\MsbuildProject.cs (1)
241
if (itemGroup.
Children
.Count == 0)
Microsoft.Build (1)
Construction\ProjectElementContainer.cs (1)
86
/// Use this instead of <see cref="
Children
"/> to avoid boxing.