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