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