Base:
property
MaxCharCount
System.Text.DecoderFallback.MaxCharCount
6 references to MaxCharCount
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
897fallback != null && fallback.MaxCharCount == 1)
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (2)
541if (fallback is not DecoderReplacementFallback replacementFallback || replacementFallback.MaxCharCount != 1) 690&& replacementFallback.MaxCharCount == 1)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
651&& replacementFallback.MaxCharCount == 1
System.Text.Encoding.CodePages (2)
System\Text\SBCSCodePageEncoding.cs (2)
674if (bUseBestFit || (fallback != null && fallback.MaxCharCount == 1)) 770if (bUseBestFit || (fallback != null && fallback.MaxCharCount == 1))