1 write to arrayBestFit
System.Text.Encoding.CodePages (1)
System\Text\EncoderBestFitFallback.cs (1)
75
_oFallback.
arrayBestFit
??= fallback.encoding.GetBestFitUnicodeToBytesData();
8 references to arrayBestFit
System.Text.Encoding.CodePages (8)
System\Text\EncoderBestFitFallback.cs (8)
69
if (_oFallback.
arrayBestFit
== null)
171
int highBound = _oFallback.
arrayBestFit
!.Length;
183
char cTest = _oFallback.
arrayBestFit
[index];
187
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
189
return _oFallback.
arrayBestFit
[index + 1];
205
if (_oFallback.
arrayBestFit
[index] == cUnknown)
208
Debug.Assert(index + 1 < _oFallback.
arrayBestFit
.Length,
210
return _oFallback.
arrayBestFit
[index + 1];