6 references to StreamReader
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
53m_sr = New StreamReader(m_file, m_Encoding, False, 128)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
113m_sr = New StreamReader(stm, m_Encoding, False, 128)
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
1441_standardOutput = new StreamReader(OpenStream(parentOutputPipeHandle!, FileAccess.Read), 1446_standardError = new StreamReader(OpenStream(parentErrorPipeHandle!, FileAccess.Read),
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
237: this(ValidateArgsAndOpenPath(path, options), encoding, detectEncodingFromByteOrderMarks, DefaultBufferSize)
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
1840content = new StreamReader(s, System.Text.Encoding.ASCII, false, 256).ReadToEnd();