5 references to Properties
dotnet-aot (1)
parent\dotnet\MsbuildProject.cs (1)
202EvaluationStage = ProjectEvaluationStage.Properties,
Microsoft.Build (3)
Definition\ProjectEvaluationStage.cs (2)
23/// stopping at <see cref="Properties"/>) throws <see cref="System.InvalidOperationException"/>. 37/// <see cref="Properties"/>. Items, using-tasks, and targets are not available.
Evaluation\Evaluator.cs (1)
724if (_evaluationStage <= ProjectEvaluationStage.Properties)
MSBuild (1)
XMake.cs (1)
1076? (getItem.Length == 0 ? ProjectEvaluationStage.Properties : ProjectEvaluationStage.Items)