2 writes to state
ComSvcConfig (2)
SvcFileManager.cs (2)
161this.state = state; 328this.state = SvcFileState.Deleted;
2 references to state
ComSvcConfig (2)
SvcFileManager.cs (2)
311get { return this.state; } 326Debug.Assert(this.state == SvcFileState.Existing, "this.state == SvcFileState.Existing");