1 reference to s_segmentSeparatorChars
System.Private.Uri (1)
System\Uri.cs (1)
1894
int index = uriString.AsSpan().IndexOfAny(
s_segmentSeparatorChars
);