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