3 overrides of GetChars
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (1)
115public override unsafe int GetChars(byte* bytes, int byteCount,
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1248public override unsafe int GetChars(byte* bytes, int byteCount,
System.Text.Encoding.CodePages (1)
System\Text\DecoderNLS.cs (1)
145public override unsafe int GetChars(byte* bytes, int byteCount,
1 reference to GetChars
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Decoder.cs (1)
287charsUsed = GetChars(bytes, bytesUsed, chars, charCount, flush);