5 references to MappedPath
Microsoft.Build.Tasks.CodeAnalysis (5)
MapSourceRoots.cs (5)
68
public const string MappedPath = nameof(
MappedPath
);
71
public static readonly string[] SourceRootMetadataNames = new[] { SourceControl, RevisionId, NestedRoot, ContainingRoot,
MappedPath
, SourceLinkUrl };
145
root.SetMetadata(Names.
MappedPath
, mappedPath);
177
root.SetMetadata(Names.
MappedPath
, mappedTopLevelPath + EnsureEndsWithSlash(nestedRoot.Replace('\\', '/')));
190
root.SetMetadata(Names.
MappedPath
, root.ItemSpec);