Base:
2 references to ToolName
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
52
protected bool UsingBuiltinTool => string.IsNullOrEmpty(ToolPath) && ToolExe ==
ToolName
;
59
internal string PathToBuiltInTool => Path.Combine(GetToolDirectory(),
ToolName
);