3 references to _cachedProjectElements
Microsoft.Build (3)
SolutionConfiguration.cs (3)
64_cachedProjectElements[projectGuid] = xmlElement; 108public ICollection<XmlElement> ProjectConfigurations => _cachedProjectElements.Values; 127public bool TryGetProjectByGuid(string projectGuid, [NotNullWhen(true)] out XmlElement? projectElement) => _cachedProjectElements.TryGetValue(projectGuid, out projectElement);