2 writes to HostingModel
Microsoft.AspNetCore.Server.IntegrationTesting (2)
TestMatrix.cs (1)
292HostingModel = hostingModel,
TestVariant.cs (1)
48HostingModel = info.GetValue<HostingModel>(nameof(HostingModel));
5 references to HostingModel
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
39HostingModel = variant.HostingModel;
TestVariant.cs (4)
26description += $", Host: {HostingModel}"; 38info.AddValue(nameof(HostingModel), HostingModel, typeof(HostingModel)); 48HostingModel = info.GetValue<HostingModel>(nameof(HostingModel));