4 overrides of MovePrevious
mscorlib (3)
system\text\encoderbestfitfallback.cs (1)
167
public override bool
MovePrevious
()
system\text\encoderexceptionfallback.cs (1)
92
public override bool
MovePrevious
()
system\text\encoderreplacementfallback.cs (1)
201
public override bool
MovePrevious
()
System.Xml (1)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
145
public override bool
MovePrevious
() {
12 references to MovePrevious
mscorlib (12)
system\text\asciiencoding.cs (1)
723
fallbackBuffer.
MovePrevious
();
system\text\dbcscodepageencoding.cs (2)
733
fallbackBuffer.
MovePrevious
(); // don't use last fallback
752
fallbackBuffer.
MovePrevious
(); // don't use last fallback
system\text\encoding.cs (1)
2208
fallbackBuffer.
MovePrevious
(); // don't use last fallback
system\text\unicodeencoding.cs (3)
1000
fallbackBuffer.
MovePrevious
(); // Didn't use either fallback surrogate
1001
fallbackBuffer.
MovePrevious
();
1065
fallbackBuffer.
MovePrevious
(); // Not using this fallback char
system\text\utf32encoding.cs (3)
631
fallbackBuffer.
MovePrevious
(); // Aren't using these 2 fallback chars
632
fallbackBuffer.
MovePrevious
();
703
fallbackBuffer.
MovePrevious
(); // Aren't using this fallback char
system\text\utf8encoding.cs (2)
1019
fallbackBuffer.
MovePrevious
(); // Didn't use this fallback char
1021
fallbackBuffer.
MovePrevious
(); // Was surrogate, didn't use 2nd part either