1 write to arrayBestFit
System.Text.Encoding.CodePages (1)
System\Text\DecoderBestFitFallback.cs (1)
64_oFallback.arrayBestFit ??= fallback.encoding.GetBestFitBytesToUnicodeData();
10 references to arrayBestFit
System.Text.Encoding.CodePages (10)
System\Text\DecoderBestFitFallback.cs (10)
58if (_oFallback.arrayBestFit == null) 137int highBound = _oFallback.arrayBestFit!.Length; 155if (cCheck < _oFallback.arrayBestFit[0] || cCheck > _oFallback.arrayBestFit[highBound - 2]) 167char cTest = _oFallback.arrayBestFit[index]; 171Debug.Assert(index + 1 < _oFallback.arrayBestFit.Length, 173return _oFallback.arrayBestFit[index + 1]; 189if (_oFallback.arrayBestFit[index] == cCheck) 192Debug.Assert(index + 1 < _oFallback.arrayBestFit.Length, 194return _oFallback.arrayBestFit[index + 1];