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