1 write to arrayBestFit
System.Text.Encoding.CodePages (1)
System\Text\DecoderBestFitFallback.cs (1)
75_oFallback.arrayBestFit ??= fallback.encoding.GetBestFitBytesToUnicodeData();
10 references to arrayBestFit
System.Text.Encoding.CodePages (10)
System\Text\DecoderBestFitFallback.cs (10)
69if (_oFallback.arrayBestFit == null) 148int highBound = _oFallback.arrayBestFit!.Length; 166if (cCheck < _oFallback.arrayBestFit[0] || cCheck > _oFallback.arrayBestFit[highBound - 2]) 178char cTest = _oFallback.arrayBestFit[index]; 182Debug.Assert(index + 1 < _oFallback.arrayBestFit.Length, 184return _oFallback.arrayBestFit[index + 1]; 200if (_oFallback.arrayBestFit[index] == cCheck) 203Debug.Assert(index + 1 < _oFallback.arrayBestFit.Length, 205return _oFallback.arrayBestFit[index + 1];