8 references to CheckCanonical
System.Private.Uri (8)
System\Uri.cs (6)
2496result = CheckCanonical(pHost, ref idx, host.Length, c_DummyChar); 3299result = CheckCanonical(str, ref idx, _info.Offset.Host, '@'); 3441result = CheckCanonical(str, ref idx, length, c_DummyChar); 3445result = CheckCanonical(str, ref idx, length, (((syntaxFlags & UriSyntaxFlags.MayHaveQuery) != 0) 3575result = CheckCanonical(str, ref idx, length, ((syntaxFlags & (UriSyntaxFlags.MayHaveFragment)) != 0) 3624result = CheckCanonical(str, ref idx, length, c_EOL);
System\UriExt.cs (2)
456return (CheckCanonical(str, ref idx, _string.Length, c_EOL) 544Check result = CheckCanonical(str, ref idx, _info.Offset.Path, '/');