2 overrides of HasState
System.Text.Encoding.CodePages (2)
System\Text\ISCIIEncoding.cs (1)
722
internal override bool
HasState
System\Text\ISO2022Encoding.cs (1)
1810
internal override bool
HasState
1 reference to HasState
System.Text.Encoding.CodePages (1)
System\Text\EncoderNLS.cs (1)
212
completed = (charsUsed == charCount) && (!flush || !
HasState
) &&