2 references to TargetRefPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
67public const string TargetRefPath = nameof(TargetRefPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
50var outputRefFilePath = _projectInstance.ReadPropertyString(PropertyNames.TargetRefPath);