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