12 references to Invalid
System (12)
net\System\_IPv4Address.cs (11)
93
return ParseNonCanonical(name, start, ref end, notImplicitFile) !=
Invalid
;
232
return
Invalid
;
245
return
Invalid
;
259
return
Invalid
; // Empty trailing segment: 1.1.1.
272
return
Invalid
;
283
return
Invalid
;
289
return
Invalid
;
295
return
Invalid
;
301
return
Invalid
;
305
return
Invalid
;
320
Debug.Assert(result !=
Invalid
, "Failed to parse after already validated: " + name);
net\System\Net\IPAddress.cs (1)
290
if (result == IPv4AddressHelper.
Invalid
|| end != ipString.Length)