1 write to manifestFile
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
63this.manifestFile = new AtomicFile(Path.Combine(this.appDir, "application.manifest"));
7 references to manifestFile
ComSvcConfig (7)
ComplusEndpointConfigContainer.cs (7)
79this.manifestFile.Abort(); 250this.manifestFile.Commit(); 304if (workDone && !this.manifestFile.CurrentExists() && this.hasServices) 306string fileName = this.manifestFile.GetCurrentFileName(false); // for update 307CreateManifestFile(this.manifestFile.GetCurrentFileName(false)); 308ToolConsole.WriteLine(SR.GetString(SR.FileCreated, this.manifestFile.OriginalFileName)); 311this.manifestFile.Prepare();