4 overrides of HasState
mscorlib (4)
system\text\isciiencoding.cs (1)
781internal override bool HasState
system\text\iso2022encoding.cs (1)
1888internal override bool HasState
system\text\utf7encoding.cs (1)
1014internal override bool HasState
system\text\utf8encoding.cs (1)
2486internal override bool HasState
1 reference to HasState
mscorlib (1)
system\text\encodernls.cs (1)
260completed = (charsUsed == charCount) && (!flush || !this.HasState) &&