6 references to ReadChars
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
312
return dataReader.
ReadChars
(length);
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
589
return br.
ReadChars
((int)(memStream.Length - 2));
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2911
char[] header = reader.
ReadChars
(15);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
6761
licenseKey = new string(br.
ReadChars
(cc));
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2911
char[] header = reader.
ReadChars
(15);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs (1)
233
inString = new String(reader.
ReadChars
(bytesRead / 2));