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