2 overrides of PathToManagedTool
Microsoft.Build.Tasks.CodeAnalysis (2)
InteractiveCompiler.cs (1)
192protected sealed override string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);
ManagedCompiler.cs (1)
491protected sealed override string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);
3 references to PathToManagedTool
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedToolTask.cs (3)
28var extension = Path.GetExtension(PathToManagedTool); 29return PathToManagedTool.Substring(0, PathToManagedTool.Length - extension.Length);