3 references to UNICODE_PLANE16_END
System (3)
net\System\Net\WebUtility.cs (3)
211
parsedSuccessfully = ((parsedValue < HIGH_SURROGATE_START) || (LOW_SURROGATE_END < parsedValue && parsedValue <=
UNICODE_PLANE16_END
));
222
parsedSuccessfully = (parsedValue <=
UNICODE_PLANE16_END
);
605
Debug.Assert(UNICODE_PLANE01_START <= smpChar && smpChar <=
UNICODE_PLANE16_END
);