5 references to AtomicFile
ComSvcConfig (5)
ComplusEndpointConfigContainer.cs (2)
62
this.configFile = new
AtomicFile
(Path.Combine(this.appDir, "application.config"));
63
this.manifestFile = new
AtomicFile
(Path.Combine(this.appDir, "application.manifest"));
SvcFileManager.cs (2)
206
return new SvcFile(appid, clsid, SvcFileState.Added, new
AtomicFile
(fileName));
296
return new SvcFile(appid, clsid, SvcFileState.Existing, new
AtomicFile
(fileName));
WasEndpointConfigContainer.cs (1)
49
this.configFile = new
AtomicFile
(this.webDirectoryPath + "\\web.config");