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