1 reference to EndsWith
Microsoft.CodeAnalysis (1)
CaseInsensitiveComparison.cs (1)
315public static bool EndsWith(string value, string possibleEnd) => OneToOneUnicodeComparer.EndsWith(value, possibleEnd);