4 references to AppHostToolName
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (4)
53
/// hence we also compare <see cref="ToolTask.ToolExe"/> with <see cref="
AppHostToolName
"/> in addition to <see cref="ToolName"/>.
55
protected bool UsingBuiltinTool => string.IsNullOrEmpty(ToolPath) && (ToolExe == ToolName || ToolExe ==
AppHostToolName
);
73
_useAppHost = useAppHost = File.Exists(Path.Combine(GetToolDirectory(),
AppHostToolName
));
182
return UseAppHost ?
AppHostToolName
: $"{ToolNameWithoutExtension}.dll";