3 references to Existing
ComSvcConfig (3)
SvcFileManager.cs (3)
90
Debug.Assert(svcFile.State == SvcFileState.
Existing
, "svcFile.State == SvcFileState.Existing");
296
return new SvcFile(appid, clsid, SvcFileState.
Existing
, new AtomicFile(fileName));
326
Debug.Assert(this.state == SvcFileState.
Existing
, "this.state == SvcFileState.Existing");