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