4 overrides of Fallback
mscorlib (3)
system\text\encoderbestfitfallback.cs (1)
103
public override bool
Fallback
(char charUnknown, int index)
system\text\encoderexceptionfallback.cs (1)
55
public override bool
Fallback
(char charUnknown, int index)
system\text\encoderreplacementfallback.cs (1)
126
public override bool
Fallback
(char charUnknown, int index)
System.Xml (1)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
82
public override bool
Fallback
( char charUnknown, int index ) {
3 references to Fallback
mscorlib (1)
system\text\encoderfallback.cs (1)
222
bFallingBack =
Fallback
(ch, index);
System.Xml (2)
System\Xml\Core\CharEntityEncoderFallback.cs (2)
85
(new EncoderExceptionFallback()).CreateFallbackBuffer().
Fallback
( charUnknown, index );
97
errorFallbackBuffer.
Fallback
( charUnknown, index );