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