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