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