13 instantiations of TempFileCollection
System (1)
System.Configuration (1)
System.Data.Entity.Design (3)
System.Data.Services.Design (1)
System.Data.SqlXml (2)
System.Web (2)
System.Workflow.ComponentModel (1)
System.Xml (2)
28 references to TempFileCollection
System (12)
compmod\system\codedom\compiler\Executor.cs (7)
64public static void ExecWait(string cmd, TempFileCollection tempFiles) {
75public static int ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputName, ref string errorName) {
84public static int ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName) {
93public static int ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, ref string outputName, ref string errorName) {
102public static int ExecWaitWithCapture(IntPtr userToken, string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName) {
111internal static int ExecWaitWithCapture(SafeUserTokenHandle userToken, string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName, string trueCmdLine) {
137private static unsafe int ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken, string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName, string trueCmdLine) {
System.Configuration (1)
System.Data.Entity.Design (3)
System.Data.Services.Design (1)
System.Data.SqlXml (2)
System.Web (2)
System.Workflow.ComponentModel (4)
System.Xml (3)