2 instantiations of ServiceController
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (2)
231ServiceController serviceController = new ServiceController("w3svc"); 435var serviceController = new ServiceController("was");
9 references to ServiceController
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (2)
231ServiceController serviceController = new ServiceController("w3svc"); 435var serviceController = new ServiceController("was");
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceController))]
System.ServiceProcess.ServiceController (6)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (6)
69public System.ServiceProcess.ServiceController[] DependentServices { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 74public System.ServiceProcess.ServiceController[] ServicesDependedOn { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 82public static System.ServiceProcess.ServiceController[] GetDevices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 83public static System.ServiceProcess.ServiceController[] GetDevices(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 84public static System.ServiceProcess.ServiceController[] GetServices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 85public static System.ServiceProcess.ServiceController[] GetServices(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }