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