1 reference to EndsWith
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\CaseInsensitiveComparison.cs (1)
315
public static bool EndsWith(string value, string possibleEnd) => OneToOneUnicodeComparer.
EndsWith
(value, possibleEnd);