7 references to Items
dotnet (2)
Commands\Reference\List\ReferenceListCommand.cs (1)
57
new ProjectOptions { EvaluationStage = ProjectEvaluationStage.
Items
});
Commands\Solution\Add\SolutionAddCommand.cs (1)
184
new ProjectOptions { EvaluationStage = ProjectEvaluationStage.
Items
});
Microsoft.Build (4)
Definition\ProjectEvaluationStage.cs (1)
49
/// <see cref="
Items
"/>. Targets are not available.
Evaluation\Evaluator.cs (1)
772
if (_evaluationStage <= ProjectEvaluationStage.
Items
)
Instance\ProjectInstance.cs (2)
1190
VerifyThrowEvaluationStageReached(ProjectEvaluationStage.
Items
, nameof(Items));
2133
VerifyThrowEvaluationStageReached(ProjectEvaluationStage.
Items
, nameof(GetItems));
MSBuild (1)
XMake.cs (1)
1065
? (getItem.Length == 0 ? ProjectEvaluationStage.Properties : ProjectEvaluationStage.
Items
)