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