9 references to AddFile
System (1)
compmod\system\codedom\compiler\TempFiles.cs (1)
121AddFile(fileName, keepFile);
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
224collection.AddFile(temp, false);
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
119tempFiles.AddFile(filename, false);
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
278tempFiles.AddFile(filename, false);
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Scripts.cs (1)
323allTempFiles.AddFile(fileName, allTempFiles.KeepFiles);
System.Web (2)
Compilation\AssemblyBuilder.cs (2)
355_tempFiles.AddFile(resourceFile, _tempFiles.KeepFiles); 419_tempFiles.AddFile(tempPath, _tempFiles.KeepFiles);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompiler.cs (2)
912clonedParams.TempFiles.AddFile(localAssemblyPath, true); 922clonedParams.TempFiles.AddFile(Path.GetDirectoryName(localAssemblyPath) + "\\" + pdbFilename, true);