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