2 references to _cachedProjectElementsByAbsolutePath
Microsoft.Build.Tasks.Core (2)
SolutionConfiguration.cs (2)
67
_cachedProjectElementsByAbsolutePath
[projectAbsolutePath] = xmlElement;
129
public bool TryGetProjectByAbsolutePath(string projectFullPath, [NotNullWhen(true)] out XmlElement? projectElement) =>
_cachedProjectElementsByAbsolutePath
.TryGetValue(projectFullPath, out projectElement);