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