2 references to AbsolutePathAttribute
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
779XmlAttribute? projectPathAttribute = projectConfiguration.Attributes![SolutionConfiguration.AbsolutePathAttribute];
Microsoft.Build.Framework (1)
SolutionConfiguration.cs (1)
63string projectAbsolutePath = xmlElement.GetAttribute(AbsolutePathAttribute);