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