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