5 references to MappedPath
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (5)
69
public const string MappedPath = nameof(
MappedPath
);
72
public static readonly string[] SourceRootMetadataNames = new[] { SourceControl, RevisionId, NestedRoot, ContainingRoot,
MappedPath
, SourceLinkUrl };
155
root.SetMetadata(Names.
MappedPath
, mappedPath);
197
root.SetMetadata(Names.
MappedPath
, mappedTopLevelPath + EnsureEndsWithSlash(nestedRoot).Replace('\\', '/'));
212
root.SetMetadata(Names.
MappedPath
, root.ItemSpec);