2 references to CheckSchemeSyntax
System (2)
net\System\URI.cs (2)
577
if (
CheckSchemeSyntax
(sptr, (ushort) scheme.Length, ref syntax) == ParsingError.None) {
3716
err =
CheckSchemeSyntax
(schemePtr, length, ref syntax);