2 references to GetRequiredPropertyAbsolutePathValue
Microsoft.VisualStudio.LanguageServices.Implementation (2)
ProjectSystem\CPS\CPSProjectFactory.cs (2)
69
var projectFilePath = data.
GetRequiredPropertyAbsolutePathValue
(BuildPropertyNames.MSBuildProjectFullPath);
82
binOutputPath = data.
GetRequiredPropertyAbsolutePathValue
(BuildPropertyNames.TargetPath);