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)
58
if (_oFallback.
arrayBestFit
== null)
137
int highBound = _oFallback.
arrayBestFit
!.Length;
155
if (cCheck < _oFallback.
arrayBestFit
[0] || cCheck > _oFallback.
arrayBestFit
[highBound - 2])
167
char cTest = _oFallback.
arrayBestFit
[index];
171
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
173
return _oFallback.
arrayBestFit
[index + 1];
189
if (_oFallback.
arrayBestFit
[index] == cCheck)
192
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
194
return _oFallback.
arrayBestFit
[index + 1];