3 references to GetEvaluatedProject
dotnet-aot (3)
parent\dotnet\MsbuildProject.cs (3)
139return cachedRuntimeIdentifiers ??= GetEvaluatedProject().GetRuntimeIdentifiers(); 149var project = GetEvaluatedProject(); 155return cachedConfigurations ??= GetEvaluatedProject().GetPropertyCommaSeparatedValues("Configurations");