4 writes to _inSavedCharacter
mscorlib (4)
system\security\util\tokenizer.cs (4)
114_inSavedCharacter = -1; 317_inSavedCharacter = -1; 556_inSavedCharacter = i; 568_inSavedCharacter = i;
3 references to _inSavedCharacter
mscorlib (3)
system\security\util\tokenizer.cs (3)
211Contract.Assert( _inSavedCharacter == -1, "There was a lookahead character at the stream change point, that means the parser is changing encodings too late" ); 314if (_inSavedCharacter != -1) 316i = _inSavedCharacter;