4 overrides of HasState
System.Text.Encoding.CodePages (4)
System\Text\DBCSCodePageEncoding.cs (1)
1167
internal override bool
HasState
System\Text\GB18030Encoding.cs (1)
808
internal override bool
HasState
System\Text\ISCIIEncoding.cs (1)
760
internal override bool
HasState
System\Text\ISO2022Encoding.cs (1)
1844
internal override bool
HasState
1 reference to HasState
System.Text.Encoding.CodePages (1)
System\Text\DecoderNLS.cs (1)
220
completed = (bytesUsed == byteCount) && (!flush || !
HasState
) &&