3 references to IsValid
System (3)
net\System\URI.cs (3)
1366if (IPv6AddressHelper.IsValid(fixedName, 1, ref end) && end == name.Length) { 1393if (IPv6AddressHelper.IsValid(newFixedName, 1, ref end) && end == name.Length) { 4007&& IPv6AddressHelper.IsValid(pString, (int)start+1, ref end))