1 override of GetAllGlobs
Microsoft.Build (1)
Definition\Project.cs (1)
2557
public override List<GlobResult>
GetAllGlobs
(string itemType, EvaluationContext evaluationContext)
3 references to GetAllGlobs
Microsoft.Build (3)
Definition\Project.cs (3)
967
return implementation.
GetAllGlobs
(itemType, null);
980
return implementation.
GetAllGlobs
(itemType, evaluationContext);
2550
/// See <see cref="ProjectLink.
GetAllGlobs
(string, EvaluationContext)"/>.