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