8 writes to bytesLeftOverCount
mscorlib (8)
system\text\iso2022encoding.cs (8)
1158decoder.bytesLeftOverCount = escapeCount; 1166decoder.bytesLeftOverCount = 0; 1459decoder.bytesLeftOverCount = escapeCount; 1467decoder.bytesLeftOverCount = 0; 1575decoder.bytesLeftOverCount = 1; 1654decoder.bytesLeftOverCount = 1; 1739decoder.bytesLeftOverCount = 0; 1915bytesLeftOverCount = 0;
5 references to bytesLeftOverCount
mscorlib (5)
system\text\iso2022encoding.cs (5)
961escapeCount = decoder.bytesLeftOverCount; 1288escapeCount = decoder.bytesLeftOverCount; 1529if (decoder.bytesLeftOverCount != 0 ) 1742if (decoder.MustFlush && decoder.bytesLeftOverCount == 0) 1929return (this.bytesLeftOverCount != 0 ||