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