3 writes to lastChar
mscorlib (3)
system\text\unicodeencoding.cs (3)
1900
decoder.
lastChar
= lastChar;
2041
this.
lastChar
= (char)info.GetValue("lastChar", typeof(char));
2075
lastChar
= '\0';
4 references to lastChar
mscorlib (4)
system\text\unicodeencoding.cs (4)
1180
lastChar = decoder.
lastChar
;
1509
lastChar = decoder.
lastChar
;
2064
info.AddValue("lastChar", this.
lastChar
); // Unused by everett so it'll probably get lost
2085
return (this.lastByte != -1 || this.
lastChar
!= '\0');