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