3 writes to byteStart
System.Text.Encoding.CodePages (3)
System\Text\DecoderFallbackBufferHelper.cs (3)
19
byteStart
= null;
26
byteStart
= null;
32
byteStart
= _byteStart;
4 references to byteStart
System.Text.Encoding.CodePages (4)
System\Text\DecoderFallbackBufferHelper.cs (4)
46
Debug.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
50
if (_fallbackBuffer!.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))
102
Debug.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
106
if (_fallbackBuffer!.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))