2 instantiations of SvcFile
ComSvcConfig (2)
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));
13 references to SvcFile
ComSvcConfig (13)
SvcFileManager.cs (13)
30
Dictionary<Guid,
SvcFile
> svcFiles;
35
this.svcFiles = new Dictionary<Guid,
SvcFile
>();
41
SvcFile
svcFile =
SvcFile
.OpenExisting(fileName);
51
foreach (
SvcFile
file in svcFiles.Values)
59
SvcFile
svcFile = null;
68
svcFile =
SvcFile
.CreateNew(this.webDirectoryPath, appid, clsid);
75
SvcFile
svcFile = null;
104
foreach (
SvcFile
file in svcFiles.Values)
112
foreach (
SvcFile
file in svcFiles.Values)
120
SvcFile
svcFile;
165
public static
SvcFile
CreateNew(string webDirectoryPath, Guid appid, Guid clsid)
228
public static
SvcFile
OpenExisting(string fileName)