2 references to IsCodePointAllowed
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (2)
89
if (_allowedBmpCodePoints.
IsCodePointAllowed
((uint)unicodeScalar))
484
return _allowedBmpCodePoints.
IsCodePointAllowed
((uint)value.Value);