2 references to CheckSchemeSyntax
System.Private.Uri (2)
System\Uri.cs (2)
611
UriParser? syntax =
CheckSchemeSyntax
(relativeStr.AsSpan(0, i), ref error);
3706
syntax =
CheckSchemeSyntax
(uriString.AsSpan(i, colonOffset), ref err);