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