5 references to PathToManagedTool
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (2)
558var clientDirectory = Path.GetDirectoryName(PathToManagedTool); 561LogCompilationMessage(logger, requestId, CompilationKind.Tool, $"using command line tool because we could not find client or temp directory '{PathToManagedTool}'");
ManagedToolTask.cs (3)
50var extension = Path.GetExtension(PathToManagedTool); 51return PathToManagedTool.Substring(0, PathToManagedTool.Length - extension.Length);