5 references to PathToBuiltInTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
544
var clientDirectory = Path.GetDirectoryName(
PathToBuiltInTool
);
547
LogCompilationMessage(logger, requestId, CompilationKind.Tool, $"using command line tool because we could not find client or temp directory '{
PathToBuiltInTool
}'");
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
105
commandLineArguments = RuntimeHostInfo.GetDotNetExecCommandLine(
PathToBuiltInTool
, commandLineArguments);
146
return UseAppHost ?
PathToBuiltInTool
: RuntimeHostInfo.GetDotNetPathOrDefault();
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (1)
SdkManagedToolTests.cs (1)
25
Assert.Contains(task.
PathToBuiltInTool
,