9 overrides of GetChars
mscorlib (9)
system\text\asciiencoding.cs (1)
829
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\dbcscodepageencoding.cs (1)
930
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\isciiencoding.cs (1)
362
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\latin1encoding.cs (1)
408
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\sbcscodepageencoding.cs (1)
741
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\unicodeencoding.cs (1)
1491
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\utf32encoding.cs (1)
901
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\utf7encoding.cs (1)
669
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
system\text\utf8encoding.cs (1)
1687
internal override unsafe int
GetChars
(byte* bytes, int byteCount,
5 references to GetChars
mscorlib (5)
system\string.cs (1)
1420
int doubleCheck = encoding.
GetChars
(bytes, byteLength, pTempChars, stringLength, null);
system\text\decodernls.cs (2)
195
return m_encoding.
GetChars
(bytes, byteCount, chars, charCount, this);
268
charsUsed = this.m_encoding.
GetChars
(bytes, byteCount, chars, charCount, this);
system\text\encodingnls.cs (2)
309
return
GetChars
(pBytes + byteIndex, byteCount,
329
return
GetChars
(bytes, byteCount, chars, charCount, null);