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