3 references to IsFullMatch
System (3)
net\System\_UriSyntax.cs (3)
222
return
IsFullMatch
(flags, UriSyntaxFlags.None);
228
return !
IsFullMatch
(flags, UriSyntaxFlags.None);
234
return
IsFullMatch
(flags, flags);