3 references to AsciiWhitespace
Microsoft.Build.Tasks.Git (3)
GitDataReader\GitReferenceResolver.cs (1)
377return File.ReadAllText(path).TrimEnd(CharUtils.AsciiWhitespace);
GitDataReader\GitRepository.cs (2)
444var link = content[GitDirPrefix.Length..].TrimEnd(CharUtils.AsciiWhitespace); 472commonDirectory = Path.Combine(directory, File.ReadAllText(commonLinkPath).TrimEnd(CharUtils.AsciiWhitespace));