net\System\UriHelper.cs (8)
161(short)(count * c_MaxUTF_8BytesPerUnicodeChar * c_EncodedCharsPerByte),
162c_MaxUnicodeCharsReallocate * c_MaxUTF_8BytesPerUnicodeChar * c_EncodedCharsPerByte,
183dest = EnsureDestinationSize(pStr, dest, i, c_EncodedCharsPerByte,
184c_MaxAsciiCharsReallocate * c_EncodedCharsPerByte, ref destPos, prevInputPos);
201dest = EnsureDestinationSize(pStr, dest, i, c_EncodedCharsPerByte,
202c_MaxAsciiCharsReallocate * c_EncodedCharsPerByte, ref destPos, prevInputPos);
208dest = EnsureDestinationSize(pStr, dest, i, c_EncodedCharsPerByte,
209c_MaxAsciiCharsReallocate * c_EncodedCharsPerByte, ref destPos, prevInputPos);