4 writes to shiftInOutMode
mscorlib (4)
system\text\iso2022encoding.cs (4)
617
encoder.
shiftInOutMode
= shiftInMode;
779
encoder.
shiftInOutMode
= shiftOutMode;
782
encoder.
shiftInOutMode
= ISO2022Modes.ModeASCII;
1881
shiftInOutMode
= ISO2022Modes.ModeASCII;
2 references to shiftInOutMode
mscorlib (2)
system\text\iso2022encoding.cs (2)
429
shiftInMode = encoder.
shiftInOutMode
;
672
shiftOutMode = encoder.
shiftInOutMode
;