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