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