17 references to Full
Microsoft.Build (16)
BackEnd\BuildManager\BuildRequestData.cs (1)
63
if (projectInstance.EvaluationStage != Evaluation.ProjectEvaluationStage.
Full
)
Definition\Project.cs (1)
563
if (options.EvaluationStage != ProjectEvaluationStage.
Full
)
Definition\ProjectEvaluationStage.cs (1)
18
/// more work than a smaller one. The default is <see cref="
Full
"/>, which preserves the historical
Definition\ProjectOptions.cs (3)
61
/// Defaults to <see cref="ProjectEvaluationStage.
Full
"/> (a complete evaluation).
62
/// A non-<see cref="ProjectEvaluationStage.
Full
"/> (partial) stage is only honored when creating a
84
private ProjectEvaluationStage _evaluationStage = ProjectEvaluationStage.
Full
;
Evaluation\Evaluator.cs (2)
143
/// How far evaluation should proceed. <see cref="ProjectEvaluationStage.
Full
"/> runs every pass.
335
ProjectEvaluationStage evaluationStage = ProjectEvaluationStage.
Full
)
Instance\ProjectInstance.cs (8)
199
/// <see cref="ProjectEvaluationStage.
Full
"/>. A partial value means later-pass state
202
private ProjectEvaluationStage _evaluationStage = ProjectEvaluationStage.
Full
;
311
ProjectEvaluationStage evaluationStage = ProjectEvaluationStage.
Full
)
555
ProjectEvaluationStage evaluationStage = ProjectEvaluationStage.
Full
)
1232
/// When this is not <see cref="ProjectEvaluationStage.
Full
"/>, the instance is the result of a
1313
VerifyThrowEvaluationStageReached(ProjectEvaluationStage.
Full
, nameof(DefaultTargets));
1344
VerifyThrowEvaluationStageReached(ProjectEvaluationStage.
Full
, nameof(Targets));
3256
ProjectEvaluationStage evaluationStage = ProjectEvaluationStage.
Full
)
MSBuild (1)
XMake.cs (1)
1057
: ProjectEvaluationStage.
Full
;