3 references to HintPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\Constants\MetadataNames.cs (1)
10
public const string HintPath = nameof(
HintPath
);
MSBuild\ProjectFile\ProjectFile.cs (2)
370
metadata.Add(MetadataNames.
HintPath
, relativePath);
468
=> item.Metadata.FirstOrDefault(m => string.Equals(m.Name, MetadataNames.
HintPath
, StringComparison.OrdinalIgnoreCase))?.EvaluatedValue ?? string.Empty;