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