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