4 references to TargetPath
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.ProjectFileInfoProvider.cs (1)
45
getBuildProjects(projectPath).instances.SelectAsArray(static instance => instance.GetPropertyValue(PropertyNames.
TargetPath
)));
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
Build\ProjectBuildManager.cs (1)
215
return project?.GetPropertyValue(PropertyNames.
TargetPath
);
MSBuild\Constants\PropertyNames.cs (1)
66
public const string TargetPath = nameof(
TargetPath
);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
45
var outputFilePath = _projectInstance.ReadPropertyString(PropertyNames.
TargetPath
);