5 references to TempFileCollection
System (1)
compmod\system\codedom\compiler\CompilerParameters.cs (1)
206tempFiles = new TempFileCollection();
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
160using (TempFileCollection collection = new TempFileCollection()) 212using (TempFileCollection collection = new TempFileCollection())
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
73TempFileCollection tempFiles = settings.TempFiles ?? new TempFileCollection();
System.Xml (1)
System\Xml\Serialization\XmlSerializer.cs (1)
580parameters.TempFiles = new TempFileCollection();