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