1 override of GetAllGlobs
Microsoft.Build (1)
Definition\Project.cs (1)
2503
public override List<GlobResult>
GetAllGlobs
(EvaluationContext evaluationContext)
2 references to GetAllGlobs
Microsoft.Build (2)
Definition\Project.cs (2)
940
return implementation.
GetAllGlobs
(evaluationContext);
2497
/// See <see cref="ProjectLink.
GetAllGlobs
(EvaluationContext)"/>.