2 overrides of GetAllGlobs
Microsoft.Build (1)
Definition\Project.cs (1)
2521public override List<GlobResult> GetAllGlobs(string itemType, EvaluationContext evaluationContext)
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
196public override List<GlobResult> GetAllGlobs(string itemType, EvaluationContext evaluationContext)
3 references to GetAllGlobs
Microsoft.Build (3)
Definition\Project.cs (3)
943return implementation.GetAllGlobs(itemType, null); 956return implementation.GetAllGlobs(itemType, evaluationContext); 2514/// See <see cref="ProjectLink.GetAllGlobs(string, EvaluationContext)"/>.