Base:
property
PathToManagedTool
Microsoft.CodeAnalysis.BuildTasks.ManagedToolTask.PathToManagedTool
2 references to PathToManagedTool
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
534
var clientDirectory = Path.GetDirectoryName(
PathToManagedTool
);
537
LogCompilationMessage(logger, requestId, CompilationKind.Tool, $"using command line tool because we could not find client or temp directory '{
PathToManagedTool
}'");