4 references to 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)
698if (_evaluationStage <= ProjectEvaluationStage.Properties)
MSBuild (1)
XMake.cs (1)
1056? (getItem.Length == 0 ? ProjectEvaluationStage.Properties : ProjectEvaluationStage.Items)