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