4 references to PathToBuiltInTool
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (2)
543var clientDirectory = Path.GetDirectoryName(PathToBuiltInTool); 546LogCompilationMessage(logger, requestId, CompilationKind.Tool, $"using command line tool because we could not find client or temp directory '{PathToBuiltInTool}'");
ManagedToolTask.cs (2)
79commandLineArguments = RuntimeHostInfo.GetDotNetExecCommandLine(PathToBuiltInTool, commandLineArguments); 120(true, false) => PathToBuiltInTool,