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