8 references to ServiceControllerStatus
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISDeployer.cs (4)
234if (serviceController.Status != ServiceControllerStatus.Running && 235serviceController.Status != ServiceControllerStatus.StartPending) 240serviceController.WaitForStatus(ServiceControllerStatus.Running, _timeout); 436if (serviceController.Status != ServiceControllerStatus.Stopped)
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
12[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceControllerStatus))]
System.ServiceProcess.ServiceController (3)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (3)
77public System.ServiceProcess.ServiceControllerStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 91public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 92public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }