1 reference to s_asciiLetterUpperOrColonChars
System.Private.Uri (1)
System\DomainNameHelper.cs (1)
58
int index = str.AsSpan(start, end - start).LastIndexOfAny(
s_asciiLetterUpperOrColonChars
);