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