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