12 references to ReadChars
csc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));
Microsoft.DotNet.SignCheckLibrary (1)
Interop\PortableExecutable\ImageSectionHeader.cs (1)
76Name = reader.ReadChars(8),
Microsoft.Private.Windows.Core (1)
System\IO\BinaryReaderExtensions.cs (1)
115return (T[])(object)reader.ReadChars(count);
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
547return br.ReadChars((int)(memStream.Length - 2));
Replay (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
135result = reader.ReadChars(count);
System.Private.Windows.Core (1)
System\IO\BinaryReaderExtensions.cs (1)
115return (T[])(object)reader.ReadChars(count);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
238LicenseKey = new string(binaryReader.ReadChars(cc));
vbc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));
VBCSCompiler (1)
src\Compilers\Shared\BuildProtocol.cs (1)
569return new String(reader.ReadChars(length));