3 references to MappedPath
Microsoft.SourceLink.Common (3)
GenerateSourceLinkFile.cs (1)
51var mappedPath = root.GetMetadata(Names.SourceRoot.MappedPath);
src\sourcelink\src\Common\Utilities\Names.cs (2)
19public const string MappedPath = nameof(MappedPath); 23public const string MappedPathFullName = nameof(SourceRoot) + "." + nameof(MappedPath);