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