2 references to ReferencePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\ItemNames.cs (1)
21
public const string ReferencePath = nameof(
ReferencePath
);
MSBuild\ProjectFile\Extensions.cs (1)
31
foreach (var item in project.GetItems(ItemNames.
ReferencePath
))