9 references to DeploymentParameters
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
26var deploymentParameters = new DeploymentParameters(Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"), "IIS/test/testassets/InProcessWebSite"),
Microsoft.AspNetCore.FunctionalTests (2)
WebHostFunctionalTests.cs (2)
154var deploymentParameters = new DeploymentParameters(Path.Combine(GetTestSitesPath(), applicationName), ServerType.IISExpress, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64) 209var deploymentParameters = new DeploymentParameters(Path.Combine(GetTestSitesPath(), applicationName), ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
LinkedApplicationTests.cs (1)
25var deploymentParameters = new DeploymentParameters(
ShutdownTests.cs (1)
50var deploymentParameters = new DeploymentParameters(
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
29var deploymentParameters = new DeploymentParameters(
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
18: base(applicationPath, serverType, runtimeFlavor, runtimeArchitecture)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeploymentParameters.cs (1)
24: base(applicationPath, serverType, runtimeFlavor, runtimeArchitecture)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
134var parameters = new DeploymentParameters(appPath, server, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)