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