2 overrides of GetAllGlobs
Microsoft.Build (1)
Definition\Project.cs (1)
2508public override List<GlobResult> GetAllGlobs(EvaluationContext evaluationContext)
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
191public override List<GlobResult> GetAllGlobs(EvaluationContext evaluationContext)
2 references to GetAllGlobs
Microsoft.Build (2)
Definition\Project.cs (2)
934return implementation.GetAllGlobs(evaluationContext); 2502/// See <see cref="ProjectLink.GetAllGlobs(EvaluationContext)"/>.