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