95 if (bytes !=
null && chars !=
null)
102 return "Index was out of range. Must be non-negative and less than the size of the collection.";
108 if (bytes !=
null && chars !=
null)
116 return "Index was out of range. Must be non-negative and less than the size of the collection.";
153 while (bytes ==
null)
193 if (chars !=
null && bytes !=
null)
199 return "Index was out of range. Must be non-negative and less than the size of the collection.";
296 if ((decoder !=
null && decoder.
_fallback !=
null) ||
this.decoderFallback !=
null)
339 return "Non-negative number required.";
347 return "Non-negative number required.";
class f__AnonymousType0<< Count > j__TPar
static int OffsetToStringData
override Encoder GetEncoder()
override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
unsafe override int GetByteCount(char *chars, int count)
override void SetDefaultFallbacks()
unsafe override int GetCharCount(byte *bytes, int count)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
override Decoder GetDecoder()
override int GetBytes(string chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
override int GetCharCount(byte[] bytes, int index, int count)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount)
static readonly ASCIIEncoding.ASCIIEncodingSealed s_default
override int GetMaxCharCount(int byteCount)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount, DecoderNLS decoder)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount)
override int GetByteCount(string chars)
override int GetMaxByteCount(int charCount)
unsafe override int GetByteCount(char *chars, int charCount, EncoderNLS encoder)
override string GetString(byte[] bytes, int byteIndex, int byteCount)
override int GetByteCount(char[] chars, int index, int count)
unsafe override int GetCharCount(byte *bytes, int count, DecoderNLS decoder)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount, EncoderNLS encoder)
static DecoderFallback ReplacementFallback
DecoderFallbackBuffer FallbackBuffer
DecoderFallback _fallback
static EncoderFallback ReplacementFallback
EncoderFallback encoderFallback
DecoderFallback decoderFallback