8 references to CheckCanonical
System.Private.Uri (8)
System\Uri.cs (6)
2477result = CheckCanonical(pHost, ref idx, host.Length, c_DummyChar); 3261result = CheckCanonical(str, ref idx, _info.Offset.Host, '@'); 3403result = CheckCanonical(str, ref idx, length, c_DummyChar); 3407result = CheckCanonical(str, ref idx, length, (((syntaxFlags & UriSyntaxFlags.MayHaveQuery) != 0) 3537result = CheckCanonical(str, ref idx, length, ((syntaxFlags & (UriSyntaxFlags.MayHaveFragment)) != 0) 3586result = CheckCanonical(str, ref idx, length, c_EOL);
System\UriExt.cs (2)
455return (CheckCanonical(str, ref idx, _string.Length, c_EOL) 543Check result = CheckCanonical(str, ref idx, _info.Offset.Path, '/');