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)
211
Contract.Assert(
_inSavedCharacter
== -1, "There was a lookahead character at the stream change point, that means the parser is changing encodings too late" );
314
if (
_inSavedCharacter
!= -1)
316
i =
_inSavedCharacter
;