2 overrides of CleanUpBytes
mscorlib (2)
system\text\eucjpencoding.cs (1)
73
protected override bool
CleanUpBytes
(ref int bytes)
system\text\iso2022encoding.cs (1)
150
protected override bool
CleanUpBytes
(ref int bytes)
4 references to CleanUpBytes
mscorlib (4)
system\text\dbcscodepageencoding.cs (4)
210
if (
CleanUpBytes
(ref useBytes))
338
if (
CleanUpBytes
(ref correctedChar))
389
if (
CleanUpBytes
(ref correctedChar))
509
if (
CleanUpBytes
(ref correctedChar))