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)
69
if (_oFallback.
arrayBestFit
== null)
148
int highBound = _oFallback.
arrayBestFit
!.Length;
166
if (cCheck < _oFallback.
arrayBestFit
[0] || cCheck > _oFallback.
arrayBestFit
[highBound - 2])
178
char cTest = _oFallback.
arrayBestFit
[index];
182
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
184
return _oFallback.
arrayBestFit
[index + 1];
200
if (_oFallback.
arrayBestFit
[index] == cCheck)
203
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
205
return _oFallback.
arrayBestFit
[index + 1];