8 references to CheckCanonical
System (8)
net\System\URI.cs (6)
2499result = CheckCanonical(pHost, ref idx, (ushort)host.Length, c_DummyChar); 3294result = CheckCanonical(str, ref idx, m_Info.Offset.Host, '@'); 3380result = CheckCanonical(str, ref idx, length, c_DummyChar); 3383result = CheckCanonical(str, ref idx, length, (((syntaxFlags & UriSyntaxFlags.MayHaveQuery) != 0) 3506result = CheckCanonical(str, ref idx, length, ((syntaxFlags & (UriSyntaxFlags.MayHaveFragment)) != 0) 3565result = CheckCanonical(str, ref idx, length, c_EOL);
net\System\UriExt.cs (2)
497return (CheckCanonical(str, ref idx, (ushort)m_String.Length, c_EOL) 567Check result = CheckCanonical(str, ref idx, (ushort)m_Info.Offset.Path, '/');