3 writes to _commandsAccepted
System.ServiceProcess.ServiceController (3)
System\ServiceProcess\ServiceController.cs (3)
87_commandsAccepted = status.controlsAccepted; 106_commandsAccepted = status.controlsAccepted; 504_commandsAccepted = svcStatus.controlsAccepted;
3 references to _commandsAccepted
System.ServiceProcess.ServiceController (3)
System\ServiceProcess\ServiceController.cs (3)
120return (_commandsAccepted & Interop.Advapi32.AcceptOptions.ACCEPT_PAUSE_CONTINUE) != 0; 132return (_commandsAccepted & Interop.Advapi32.AcceptOptions.ACCEPT_SHUTDOWN) != 0; 144return (_commandsAccepted & Interop.Advapi32.AcceptOptions.ACCEPT_STOP) != 0;