4 overrides of Close
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
50public override void Close() => _writer.Close();
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
192public override void Close()
src\libraries\System.Private.CoreLib\src\System\IO\StringWriter.cs (1)
46public override void Close()
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
792public override void Close() => _out.Close();
10 references to Close
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
30writer.Close();
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
1172outStream.Close();
Microsoft.ML.Sweeper (2)
ConfigRunner.cs (2)
264standardOutputWriter.Close(); 270standardErrorWriter.Close();
PresentationFramework (1)
System\Windows\Markup\XamlWriter.cs (1)
52writer.Close();
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\TextWriterTraceListener.cs (1)
119_writer.Close();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
50public override void Close() => _writer.Close();
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
792public override void Close() => _out.Close();
System.Private.Xml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
592_writerDump.Close();
System.Windows.Forms (1)
System\Resources\ResXResourceWriter.cs (1)
532_textWriter?.Close();