4 writes to byteStart
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (2)
71
byteStart
= null;
79
this.
byteStart
= byteStart;
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (1)
162
byteStart
= null;
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
893
byteStart
= null;
4 references to byteStart
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (4)
109
Debug.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
112
if (this.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))
164
Debug.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
167
if (this.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))