2 references to ToolExtension
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedToolTask.cs (1)
84protected sealed override string ToolName => $"{ToolNameWithoutExtension}.{RuntimeHostInfo.ToolExtension}";
RuntimeHostInfo.cs (1)
38var toolFilePath = $"{toolFilePathWithoutExtension}.{ToolExtension}";