4 writes to charStart
mscorlib (4)
system\text\encoderbestfitfallback.cs (1)
192
charStart
= null;
system\text\encoderfallback.cs (2)
131
charStart
= null;
142
this.
charStart
= charStart;
system\text\encoderreplacementfallback.cs (1)
231
charStart
= null;
2 references to charStart
mscorlib (2)
system\text\encoderfallback.cs (2)
171
Contract.Assert(
charStart
!= null,
175
int index = (int)(chars -
charStart
) - 1;