4 references to c_MaxUTF_8BytesPerUnicodeChar
System (4)
net\System\UriHelper.cs (4)
133byte *bytes = stackalloc byte[c_MaxUnicodeCharsReallocate*c_MaxUTF_8BytesPerUnicodeChar]; // 40*4=160 161(short)(count * c_MaxUTF_8BytesPerUnicodeChar * c_EncodedCharsPerByte), 162c_MaxUnicodeCharsReallocate * c_MaxUTF_8BytesPerUnicodeChar * c_EncodedCharsPerByte, 166c_MaxUnicodeCharsReallocate*c_MaxUTF_8BytesPerUnicodeChar);