2 writes to appDir
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (2)
45
this.
appDir
= appInfo.ApplicationDirectory;
56
this.
appDir
= GeneratedAppDirectoryName();
11 references to appDir
ComSvcConfig (11)
ComplusEndpointConfigContainer.cs (11)
48
if (!Directory.Exists(this.
appDir
))
51
throw Tool.CreateException(SR.GetString(SR.ApplicationDirectoryDoesNotExist,
appDir
), null);
58
if (!Directory.Exists(this.
appDir
))
62
this.configFile = new AtomicFile(Path.Combine(this.
appDir
, "application.config"));
63
this.manifestFile = new AtomicFile(Path.Combine(this.
appDir
, "application.manifest"));
85
if (Directory.Exists(this.
appDir
))
87
Directory.Delete(this.
appDir
);
287
Directory.CreateDirectory(this.
appDir
);
289
ToolConsole.WriteLine(SR.GetString(SR.DirectoryCreated, this.
appDir
));
292
ComAdminWrapper.SetAppDir(this.appInfo.ID.ToString("B"), this.
appDir
);
318
ComAdminWrapper.InstallListener(this.appInfo.ID, this.
appDir
, this.appInfo.RuntimeVersion);