3 references to DotnetToolsSuffix
Microsoft.DotNet.Cli.Utils (3)
DotDefaultPathCorrector.cs (3)
36paths.Where(p => p.EndsWith(DotnetToolsSuffix, StringComparison.OrdinalIgnoreCase)); 44.Where(p => !p.EndsWith(DotnetToolsSuffix, StringComparison.OrdinalIgnoreCase)) 57inCorrectToolsPath.Substring(0, inCorrectToolsPath.Length - DotnetToolsSuffix.Length);