Base:
property
ToolName
Microsoft.Build.Utilities.ToolTask.ToolName
2 references to ToolName
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedToolTask.cs (2)
29protected bool IsManagedTool => string.IsNullOrEmpty(ToolPath) && ToolExe == ToolName; 31internal string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);