5 instantiations of 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");
9 references to AtomicFile
ComSvcConfig (9)
ComAdminWrapper.cs (2)
384
AtomicFile
.SafeDeleteFile(tlb);
410
AtomicFile
.SafeDeleteFile(tlb);
ComplusEndpointConfigContainer.cs (3)
32
AtomicFile
manifestFile;
33
AtomicFile
configFile;
72
internal
AtomicFile
ConfigFile { get { return this.configFile; } }
SvcFileManager.cs (2)
152
AtomicFile
svcFile;
157
SvcFile(Guid appid, Guid clsid, SvcFileState state,
AtomicFile
svcFile)
WasEndpointConfigContainer.cs (2)
29
AtomicFile
configFile;
63
internal
AtomicFile
ConfigFile { get { return this.configFile; } }