2 references to TryGetProjectByGuid
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
138if (solutionConfiguration.TryGetProjectByGuid(projectGuid, out XmlElement projectElement)
Microsoft.Build.Tasks.Core (1)
ResolveProjectBase.cs (1)
127if (_solutionConfiguration.TryGetProjectByGuid(projectGuid, out XmlElement projectElement))