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