4 writes to charStart
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (2)
79
charStart
= null;
89
this.
charStart
= charStart;
src\libraries\System.Private.CoreLib\src\System\Text\EncoderLatin1BestFitFallback.cs (1)
117
charStart
= null;
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (1)
190
charStart
= null;
2 references to charStart
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (2)
299
Debug.Assert(
charStart
!= null,
303
int index = (int)(chars -
charStart
) - 1;