2 writes to lastChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (2)
1703
decoder.
lastChar
= lastChar;
1821
lastChar
= '\0';
3 references to lastChar
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (3)
1008
lastChar = decoder.
lastChar
;
1317
lastChar = decoder.
lastChar
;
1826
internal override bool HasState => this.lastByte != -1 || this.
lastChar
!= '\0';