2 overrides of GetChars
System.Console (1)
src\runtime\src\libraries\Common\src\System\Text\ConsoleEncoding.cs (1)
128public override char[] GetChars(byte[] bytes)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
430public override unsafe char[] GetChars(byte[] bytes)
1 reference to GetChars
System.Console (1)
src\runtime\src\libraries\Common\src\System\Text\ConsoleEncoding.cs (1)
130return _encoding.GetChars(bytes);