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