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