1 write to arrayBestFit
System.Text.Encoding.CodePages (1)
System\Text\EncoderBestFitFallback.cs (1)
64
_oFallback.
arrayBestFit
??= fallback.encoding.GetBestFitUnicodeToBytesData();
8 references to arrayBestFit
System.Text.Encoding.CodePages (8)
System\Text\EncoderBestFitFallback.cs (8)
58
if (_oFallback.
arrayBestFit
== null)
160
int highBound = _oFallback.
arrayBestFit
!.Length;
172
char cTest = _oFallback.
arrayBestFit
[index];
176
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
178
return _oFallback.
arrayBestFit
[index + 1];
194
if (_oFallback.
arrayBestFit
[index] == cUnknown)
197
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
199
return _oFallback.
arrayBestFit
[index + 1];