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