3 references to PathMap
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
435set { _store[nameof(PathMap)] = value; } 436get { return (string?)_store[nameof(PathMap)]; } 896commandLine.AppendSwitchIfNotNull("/pathmap:", PathMap);