Base:
4 references to ToolName
Microsoft.Build.Tasks.CodeAnalysis (4)
InteractiveCompiler.cs (2)
188private bool HasToolBeenOverridden => !(string.IsNullOrEmpty(ToolPath) && ToolExe == ToolName); 192protected sealed override string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);
ManagedCompiler.cs (2)
479private bool HasToolBeenOverridden => !(string.IsNullOrEmpty(ToolPath) && ToolExe == ToolName); 491protected sealed override string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);