1 write to enc
mscorlib (1)
system\text\encoding.cs (1)
1927this.enc = enc;
3 references to enc
mscorlib (3)
system\text\encoding.cs (3)
1959enc.ThrowCharsOverflow(decoder, bytes <= byteStart); // Throw? 1984enc.ThrowCharsOverflow(decoder, bytes <= byteStart); // Throw? 2074enc.ThrowCharsOverflow(decoder, chars == charStart); // Throw?