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