8 references to CheckCanonical
System.Private.Uri (8)
System\Uri.cs (6)
2449result = CheckCanonical(pHost, ref idx, host.Length, c_DummyChar); 3248result = CheckCanonical(str, ref idx, _info.Offset.Host, '@'); 3392result = CheckCanonical(str, ref idx, length, c_DummyChar); 3396result = CheckCanonical(str, ref idx, length, (((syntaxFlags & UriSyntaxFlags.MayHaveQuery) != 0) 3532result = CheckCanonical(str, ref idx, length, ((syntaxFlags & (UriSyntaxFlags.MayHaveFragment)) != 0) 3587result = CheckCanonical(str, ref idx, length, c_EOL);
System\UriExt.cs (2)
460return (CheckCanonical(str, ref idx, _string.Length, c_EOL) 548Check result = CheckCanonical(str, ref idx, _info.Offset.Path, '/');