4 references to c_MaxUnicodeCharsReallocate
System (4)
net\System\UriHelper.cs (4)
133
byte *bytes = stackalloc byte[
c_MaxUnicodeCharsReallocate
*c_MaxUTF_8BytesPerUnicodeChar]; // 40*4=160
144
short maxSize = (short)Math.Min(end - i, (int)
c_MaxUnicodeCharsReallocate
-1);
162
c_MaxUnicodeCharsReallocate
* c_MaxUTF_8BytesPerUnicodeChar * c_EncodedCharsPerByte,
166
c_MaxUnicodeCharsReallocate
*c_MaxUTF_8BytesPerUnicodeChar);