3 overrides of IsSingleByte
mscorlib (3)
system\text\asciiencoding.cs (1)
1002public override bool IsSingleByte
system\text\latin1encoding.cs (1)
487public override bool IsSingleByte
system\text\sbcscodepageencoding.cs (1)
934public override bool IsSingleByte
2 references to IsSingleByte
mscorlib (1)
system\text\basecodepageencoding.cs (1)
193this.IsSingleByte ? 1 : 2);
System (1)
sys\system\io\ports\SerialPort.cs (1)
1084if (encoding.IsSingleByte && encoding.GetMaxCharCount(bytesToRead) == bytesToRead &&