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