Base:
method
Close
System.IO.TextWriter.Close()
10 references to Close
PresentationFramework (1)
src\Framework\MS\Internal\LayoutDump.cs (1)
99streamWriter.Close();
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
440iniWriter.Close(); 537symbolWriter.Close();
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
181writer.Close();
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
340writer.Close();
System.Runtime.Remoting (1)
metadata\metadata.cs (1)
161fsWriter.Close();
System.Web (3)
Compilation\BuildManager.cs (2)
3021writer.Close(); 3036writer.Close();
Compilation\BuildResultCache.cs (1)
677(new StreamWriter(newName)).Close();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
404writer.Close();