2 references to GetMatchingProjectsIfAny
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1097loaded = fullPath == null ? new List<Project>(_loadedProjects) : new List<Project>(_loadedProjects.GetMatchingProjectsIfAny(fullPath)); 1342if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)